@eohjsc/react-native-smart-city 0.4.36 → 0.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eohjsc/react-native-smart-city",
|
|
3
3
|
"title": "React Native Smart Home",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.38",
|
|
5
5
|
"description": "TODO",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"typescript": "^4.1.3"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@ant-design/icons-react-native": "^2.
|
|
104
|
-
"@ant-design/react-native": "^
|
|
103
|
+
"@ant-design/icons-react-native": "^2.2.1",
|
|
104
|
+
"@ant-design/react-native": "^4.0.5",
|
|
105
105
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
106
106
|
"@eohjsc/react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
107
107
|
"@formatjs/intl-getcanonicallocales": "^1.4.5",
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
"@miblanchard/react-native-slider": "^2.2.0",
|
|
113
113
|
"@react-native-clipboard/clipboard": "^1.11.1",
|
|
114
114
|
"@react-native-community/async-storage": "^1.12.1",
|
|
115
|
+
"@react-native-community/cameraroll": "4.1.2",
|
|
115
116
|
"@react-native-community/checkbox": "^0.5.5",
|
|
116
117
|
"@react-native-community/datetimepicker": "^7.0.1",
|
|
117
118
|
"@react-native-community/geolocation": "^2.0.2",
|
|
@@ -119,7 +120,6 @@
|
|
|
119
120
|
"@react-native-community/netinfo": "^9.3.4",
|
|
120
121
|
"@react-native-community/segmented-control": "^2.1.1",
|
|
121
122
|
"@react-native-community/slider": "^3.0.3",
|
|
122
|
-
"@react-native-picker/picker": "^1.16.7",
|
|
123
123
|
"@react-navigation/bottom-tabs": "^5.8.0",
|
|
124
124
|
"@react-navigation/drawer": "^5.9.0",
|
|
125
125
|
"@react-navigation/native": "^5.7.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"react-native-draggable-flatlist": "^2.6.2",
|
|
173
173
|
"react-native-fast-image": "^8.3.2",
|
|
174
174
|
"react-native-geocoder": "^0.5.0",
|
|
175
|
-
"react-native-gesture-handler": "^
|
|
175
|
+
"react-native-gesture-handler": "^2.10.0",
|
|
176
176
|
"react-native-get-location": "^2.0.0",
|
|
177
177
|
"react-native-image-crop-picker": "^0.37.2",
|
|
178
178
|
"react-native-image-resizer": "^1.4.5",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"react-native-permissions": "3.4.0",
|
|
193
193
|
"react-native-popover-view": "^4.0.3",
|
|
194
194
|
"react-native-progress": "^5.0.0",
|
|
195
|
-
"react-native-reanimated": "1.
|
|
195
|
+
"react-native-reanimated": "^3.1.0",
|
|
196
196
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
197
197
|
"react-native-safe-area-context": "^3.1.1",
|
|
198
198
|
"react-native-screens": "^2.9.0",
|