@nativetail/ui 0.3.9 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativetail/ui",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.4.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "src/index.ts",
|
6
6
|
"scripts": {},
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"react-native": "^0.76.3",
|
36
36
|
"react-native-actions-sheet": "^0.9.6",
|
37
37
|
"react-native-circular-progress-indicator": "^4.4.2",
|
38
|
-
"react-native-gesture-handler": "
|
38
|
+
"react-native-gesture-handler": "~2.20.2",
|
39
39
|
"react-native-mask-text": "^0.14.2",
|
40
40
|
"react-native-reanimated": "~3.16.7",
|
41
41
|
"react-native-safe-area-context": "4.10.5",
|