@eohjsc/react-native-smart-city 0.6.2-rc10 → 0.6.2-rc12

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 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.6.2-rc10",
4
+ "version": "0.6.2-rc12",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -135,7 +135,7 @@
135
135
  "i18n-js": "^3.7.1",
136
136
  "i18next": "^20.1.0",
137
137
  "lodash": "^4.17.19",
138
- "lottie-react-native": "4.0.3",
138
+ "lottie-react-native": "^5.1.4",
139
139
  "moment": "^2.27.0",
140
140
  "moment-timezone": "^0.5.32",
141
141
  "numeral": "^2.0.6",
@@ -152,10 +152,7 @@
152
152
  "react-hooks-global-state": "^2.0.0",
153
153
  "react-i18next": "^11.8.12",
154
154
  "react-native-alert-async": "^1.0.5",
155
- "react-native-android-keyboard-adjust": "^1.2.0",
156
155
  "react-native-android-location-enabler": "^1.2.2",
157
- "react-native-android-wifi": "^0.0.41",
158
- "react-native-appearance": "^0.3.4",
159
156
  "react-native-base64": "^0.1.0",
160
157
  "react-native-ble-plx": "^2.0.3",
161
158
  "react-native-bootsplash": "^2.2.5",
@@ -168,7 +165,6 @@
168
165
  "react-native-device-info": "^10.3.0",
169
166
  "react-native-draggable-flatlist": "^2.6.2",
170
167
  "react-native-fast-image": "^8.3.2",
171
- "react-native-geocoder": "^0.5.0",
172
168
  "react-native-gesture-handler": "^1.7.0",
173
169
  "react-native-get-location": "^2.0.0",
174
170
  "react-native-image-crop-picker": "^0.37.2",
@@ -189,14 +185,14 @@
189
185
  "react-native-permissions": "3.6.0",
190
186
  "react-native-popover-view": "^4.0.3",
191
187
  "react-native-progress": "^5.0.0",
192
- "react-native-reanimated": "1.10.1",
188
+ "react-native-reanimated": "2.9.0",
193
189
  "react-native-responsive-fontsize": "^0.5.1",
194
190
  "react-native-safe-area-context": "^3.1.1",
195
191
  "react-native-screens": "^2.9.0",
196
192
  "react-native-super-grid": "^4.0.3",
197
193
  "react-native-svg": "^12.1.0",
198
194
  "react-native-toast-message": "^2.1.1",
199
- "react-native-udp": "4.1.3",
195
+ "react-native-udp": "4.1.5",
200
196
  "react-native-version-check": "^3.4.2",
201
197
  "react-native-vlc-media-player": "^1.0.67",
202
198
  "react-native-webview": "11.22.7",
@@ -204,6 +200,7 @@
204
200
  "react-native-wheel-scrollview-picker": "^1.2.2",
205
201
  "react-native-wifi-reborn": "4.5.0",
206
202
  "react-navigation": "^2.2.0",
203
+ "rn-android-keyboard-adjust": "^2.1.2",
207
204
  "string-format": "^2.0.0",
208
205
  "sync-directory": "^5.1.7",
209
206
  "timezone-mock": "^1.1.3",
@@ -12,7 +12,7 @@ import {
12
12
  TouchableWithoutFeedback,
13
13
  Platform,
14
14
  } from 'react-native';
15
- import AndroidKeyboardAdjust from 'react-native-android-keyboard-adjust';
15
+ import AndroidKeyboardAdjust from 'rn-android-keyboard-adjust';
16
16
  import Text from '../Text';
17
17
  import { Colors } from '../../configs';
18
18
  import AccessibilityLabel from '../../configs/AccessibilityLabel';