@eohjsc/react-native-smart-city 0.4.35 → 0.4.37
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 -7
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.37",
|
|
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,7 +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": "
|
|
115
|
+
"@react-native-community/cameraroll": "4.1.2",
|
|
116
116
|
"@react-native-community/checkbox": "^0.5.5",
|
|
117
117
|
"@react-native-community/datetimepicker": "^7.0.1",
|
|
118
118
|
"@react-native-community/geolocation": "^2.0.2",
|
|
@@ -120,7 +120,6 @@
|
|
|
120
120
|
"@react-native-community/netinfo": "^9.3.4",
|
|
121
121
|
"@react-native-community/segmented-control": "^2.1.1",
|
|
122
122
|
"@react-native-community/slider": "^3.0.3",
|
|
123
|
-
"@react-native-picker/picker": "^1.16.7",
|
|
124
123
|
"@react-navigation/bottom-tabs": "^5.8.0",
|
|
125
124
|
"@react-navigation/drawer": "^5.9.0",
|
|
126
125
|
"@react-navigation/native": "^5.7.0",
|
|
@@ -173,7 +172,7 @@
|
|
|
173
172
|
"react-native-draggable-flatlist": "^2.6.2",
|
|
174
173
|
"react-native-fast-image": "^8.3.2",
|
|
175
174
|
"react-native-geocoder": "^0.5.0",
|
|
176
|
-
"react-native-gesture-handler": "^
|
|
175
|
+
"react-native-gesture-handler": "^2.10.0",
|
|
177
176
|
"react-native-get-location": "^2.0.0",
|
|
178
177
|
"react-native-image-crop-picker": "^0.37.2",
|
|
179
178
|
"react-native-image-resizer": "^1.4.5",
|
|
@@ -193,7 +192,7 @@
|
|
|
193
192
|
"react-native-permissions": "3.4.0",
|
|
194
193
|
"react-native-popover-view": "^4.0.3",
|
|
195
194
|
"react-native-progress": "^5.0.0",
|
|
196
|
-
"react-native-reanimated": "1.
|
|
195
|
+
"react-native-reanimated": "^3.1.0",
|
|
197
196
|
"react-native-responsive-fontsize": "^0.5.1",
|
|
198
197
|
"react-native-safe-area-context": "^3.1.1",
|
|
199
198
|
"react-native-screens": "^2.9.0",
|