create-ern-boilerplate 0.0.50 → 0.0.52
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
|
@@ -15,58 +15,59 @@
|
|
|
15
15
|
"build": "eas build --platform all --local --profile development",
|
|
16
16
|
"build:staging": "eas build --platform all --local --profile staging",
|
|
17
17
|
"build:prod": "eas build --platform all --local --profile production",
|
|
18
|
-
|
|
19
18
|
"build:android": "eas build --platform android --local --profile development",
|
|
20
19
|
"build:ios": "eas build --platform ios --local --profile development ",
|
|
21
|
-
|
|
22
20
|
"build:eas:ios:dev": "eas build --platform ios --profile development",
|
|
23
21
|
"build:eas:android:dev": "eas build --platform android --profile development",
|
|
24
|
-
|
|
25
22
|
"build:eas:ios:staging": "eas build --platform ios --profile staging",
|
|
26
23
|
"build:eas:android:staging": "eas build --platform android --profile staging",
|
|
27
|
-
|
|
28
24
|
"build:eas:ios:production": "eas build --platform ios --profile production",
|
|
29
25
|
"build:eas:android:production": "eas build --platform android --profile production",
|
|
30
|
-
|
|
31
26
|
"prebuild": "expo prebuild --clean",
|
|
32
27
|
"clean": "rm -rf node_modules && rm -rf .expo && rm -rf android && rm -rf ios && npm install",
|
|
33
|
-
"doctor": "npx expo-doctor --verbose"
|
|
28
|
+
"doctor": "npx expo-doctor --verbose --check config"
|
|
34
29
|
},
|
|
35
30
|
"dependencies": {
|
|
36
31
|
"@expo/vector-icons": "^15.0.2",
|
|
37
32
|
"@lucide/lab": "^0.1.2",
|
|
38
33
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
39
34
|
"@react-native-community/datetimepicker": "8.4.4",
|
|
35
|
+
"@react-native-community/netinfo": "^11.4.1",
|
|
36
|
+
"@react-native-picker/picker": "2.11.1",
|
|
40
37
|
"@tanstack/react-query": "^5.51.0",
|
|
41
38
|
"axios": "^1.7.2",
|
|
42
39
|
"babel-preset-expo": "^54.0.5",
|
|
43
|
-
"expo": "
|
|
44
|
-
"expo-av": "~16.0.
|
|
45
|
-
"expo-background-fetch": "~14.0.
|
|
46
|
-
"expo-blur": "~15.0.
|
|
47
|
-
"expo-camera": "~17.0.
|
|
48
|
-
"expo-checkbox": "~5.0.
|
|
40
|
+
"expo": "~54.0.27",
|
|
41
|
+
"expo-av": "~16.0.8",
|
|
42
|
+
"expo-background-fetch": "~14.0.9",
|
|
43
|
+
"expo-blur": "~15.0.8",
|
|
44
|
+
"expo-camera": "~17.0.10",
|
|
45
|
+
"expo-checkbox": "~5.0.8",
|
|
49
46
|
"expo-constants": "~18.0.9",
|
|
50
|
-
"expo-dev-client": "~6.0.
|
|
47
|
+
"expo-dev-client": "~6.0.20",
|
|
48
|
+
"expo-document-picker": "~14.0.8",
|
|
51
49
|
"expo-file-system": "~19.0.17",
|
|
52
50
|
"expo-font": "~14.0.8",
|
|
53
|
-
"expo-haptics": "~15.0.
|
|
54
|
-
"expo-image-
|
|
55
|
-
"expo-
|
|
56
|
-
"expo-
|
|
57
|
-
"expo-
|
|
58
|
-
"expo-
|
|
59
|
-
"expo-
|
|
60
|
-
"expo-
|
|
61
|
-
"expo-
|
|
62
|
-
"expo-
|
|
63
|
-
"expo-
|
|
64
|
-
"expo-
|
|
65
|
-
"expo-
|
|
66
|
-
"expo-
|
|
67
|
-
"expo-
|
|
68
|
-
"expo-
|
|
69
|
-
"expo-
|
|
51
|
+
"expo-haptics": "~15.0.8",
|
|
52
|
+
"expo-image-manipulator": "~14.0.8",
|
|
53
|
+
"expo-image-picker": "~17.0.9",
|
|
54
|
+
"expo-linear-gradient": "~15.0.8",
|
|
55
|
+
"expo-linking": "~8.0.10",
|
|
56
|
+
"expo-local-authentication": "~17.0.8",
|
|
57
|
+
"expo-location": "~19.0.8",
|
|
58
|
+
"expo-navigation-bar": "~5.0.10",
|
|
59
|
+
"expo-notifications": "~0.32.14",
|
|
60
|
+
"expo-router": "~6.0.17",
|
|
61
|
+
"expo-secure-store": "~15.0.8",
|
|
62
|
+
"expo-sensors": "~15.0.8",
|
|
63
|
+
"expo-sharing": "~14.0.8",
|
|
64
|
+
"expo-splash-screen": "~31.0.12",
|
|
65
|
+
"expo-sqlite": "~16.0.10",
|
|
66
|
+
"expo-status-bar": "~3.0.9",
|
|
67
|
+
"expo-symbols": "~1.0.8",
|
|
68
|
+
"expo-system-ui": "~6.0.9",
|
|
69
|
+
"expo-task-manager": "~14.0.9",
|
|
70
|
+
"expo-web-browser": "~15.0.10",
|
|
70
71
|
"lucide-react-native": "^0.546.0",
|
|
71
72
|
"metro-config": "^0.83.3",
|
|
72
73
|
"nativewind": "^4.0.36",
|
|
@@ -84,8 +85,8 @@
|
|
|
84
85
|
"react-native-screens": "~4.16.0",
|
|
85
86
|
"react-native-svg": "15.12.1",
|
|
86
87
|
"react-native-toast-message": "^2.3.3",
|
|
87
|
-
"react-native-vector-icons": "^10.2.0",
|
|
88
88
|
"react-native-url-polyfill": "^2.0.0",
|
|
89
|
+
"react-native-vector-icons": "^10.2.0",
|
|
89
90
|
"react-native-web": "^0.21.0",
|
|
90
91
|
"react-native-webview": "13.15.0",
|
|
91
92
|
"react-native-worklets": "0.5.1",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
99
100
|
"eslint": "^9.12.0",
|
|
100
101
|
"eslint-config-prettier": "^9.1.0",
|
|
102
|
+
"expo-doctor": "^1.17.11",
|
|
101
103
|
"prettier": "^3.3.3",
|
|
102
104
|
"react-refresh": "^0.18.0",
|
|
103
105
|
"tailwindcss": "^3.4.13",
|