@eohjsc/react-native-smart-city 0.6.2-rc11 → 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-rc11",
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,9 +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-appearance": "^0.3.4",
158
156
  "react-native-base64": "^0.1.0",
159
157
  "react-native-ble-plx": "^2.0.3",
160
158
  "react-native-bootsplash": "^2.2.5",
@@ -167,7 +165,6 @@
167
165
  "react-native-device-info": "^10.3.0",
168
166
  "react-native-draggable-flatlist": "^2.6.2",
169
167
  "react-native-fast-image": "^8.3.2",
170
- "react-native-geocoder": "^0.5.0",
171
168
  "react-native-gesture-handler": "^1.7.0",
172
169
  "react-native-get-location": "^2.0.0",
173
170
  "react-native-image-crop-picker": "^0.37.2",
@@ -188,14 +185,14 @@
188
185
  "react-native-permissions": "3.6.0",
189
186
  "react-native-popover-view": "^4.0.3",
190
187
  "react-native-progress": "^5.0.0",
191
- "react-native-reanimated": "1.10.1",
188
+ "react-native-reanimated": "2.9.0",
192
189
  "react-native-responsive-fontsize": "^0.5.1",
193
190
  "react-native-safe-area-context": "^3.1.1",
194
191
  "react-native-screens": "^2.9.0",
195
192
  "react-native-super-grid": "^4.0.3",
196
193
  "react-native-svg": "^12.1.0",
197
194
  "react-native-toast-message": "^2.1.1",
198
- "react-native-udp": "4.1.3",
195
+ "react-native-udp": "4.1.5",
199
196
  "react-native-version-check": "^3.4.2",
200
197
  "react-native-vlc-media-player": "^1.0.67",
201
198
  "react-native-webview": "11.22.7",
@@ -203,6 +200,7 @@
203
200
  "react-native-wheel-scrollview-picker": "^1.2.2",
204
201
  "react-native-wifi-reborn": "4.5.0",
205
202
  "react-navigation": "^2.2.0",
203
+ "rn-android-keyboard-adjust": "^2.1.2",
206
204
  "string-format": "^2.0.0",
207
205
  "sync-directory": "^5.1.7",
208
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';