@computools/react-native-template-controller 1.0.33 → 1.0.35
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/README.md +2 -1
- package/package.json +1 -1
- package/template/.gitignore +1 -0
- package/template/android/build.gradle +1 -1
- package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/template/android/gradlew +1 -2
- package/template/package.json +12 -12
- package/template/ios/Podfile.lock +0 -2009
- package/template/yarn.lock +0 -7890
package/README.md
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
<img src="https://ik.imagekit.io/computools/computools-background/upload-8a50e7e4-c14e-4b55-ae17-bd0cca2f6493.webp">
|
12
12
|
|
13
|
-
### Latest supported RN version [0.
|
13
|
+
### Latest supported RN version [0.78](https://github.com/facebook/react-native/releases/tag/v0.78.0) 🎯
|
14
14
|
|
15
15
|
### Precondition: 📗
|
16
16
|
|
@@ -39,6 +39,7 @@ See the below table to find out which version of the template to use.
|
|
39
39
|
|
40
40
|
| React Native | Template |
|
41
41
|
| ------------ | -------- |
|
42
|
+
| 0.78 | 1.0.34 |
|
42
43
|
| 0.77 | 1.0.33 |
|
43
44
|
| 0.76 | 1.0.29 |
|
44
45
|
| 0.75 | 1.0.24 |
|
package/package.json
CHANGED
package/template/.gitignore
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
distributionBase=GRADLE_USER_HOME
|
2
2
|
distributionPath=wrapper/dists
|
3
|
-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.
|
3
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
|
4
4
|
networkTimeout=10000
|
5
5
|
validateDistributionUrl=true
|
6
6
|
zipStoreBase=GRADLE_USER_HOME
|
package/template/android/gradlew
CHANGED
@@ -86,8 +86,7 @@ done
|
|
86
86
|
# shellcheck disable=SC2034
|
87
87
|
APP_BASE_NAME=${0##*/}
|
88
88
|
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
89
|
-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
90
|
-
' "$PWD" ) || exit
|
89
|
+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
91
90
|
|
92
91
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
93
92
|
MAX_FD=maximum
|
package/template/package.json
CHANGED
@@ -33,16 +33,16 @@
|
|
33
33
|
"i18next": "24.2.2",
|
34
34
|
"mobx": "6.13.5",
|
35
35
|
"mobx-react-lite": "4.1.0",
|
36
|
-
"react": "
|
36
|
+
"react": "19.0.0",
|
37
37
|
"react-hook-form": "7.54.2",
|
38
38
|
"react-i18next": "15.4.0",
|
39
|
-
"react-native": "0.
|
39
|
+
"react-native": "0.78.0",
|
40
40
|
"react-native-bootsplash": "6.3.2",
|
41
41
|
"react-native-config": "1.5.3",
|
42
42
|
"react-native-mmkv": "3.2.0",
|
43
|
-
"react-native-safe-area-context": "5.
|
44
|
-
"react-native-screens": "4.
|
45
|
-
"react-native-svg": "15.11.
|
43
|
+
"react-native-safe-area-context": "5.2.0",
|
44
|
+
"react-native-screens": "4.9.1",
|
45
|
+
"react-native-svg": "15.11.2",
|
46
46
|
"yup": "1.6.1"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
@@ -52,21 +52,21 @@
|
|
52
52
|
"@react-native-community/cli": "15.0.1",
|
53
53
|
"@react-native-community/cli-platform-android": "15.0.1",
|
54
54
|
"@react-native-community/cli-platform-ios": "15.0.1",
|
55
|
-
"@react-native/babel-preset": "0.
|
56
|
-
"@react-native/eslint-config": "0.
|
57
|
-
"@react-native/metro-config": "0.
|
58
|
-
"@react-native/typescript-config": "0.
|
55
|
+
"@react-native/babel-preset": "0.78.0",
|
56
|
+
"@react-native/eslint-config": "0.78.0",
|
57
|
+
"@react-native/metro-config": "0.78.0",
|
58
|
+
"@react-native/typescript-config": "0.78.0",
|
59
59
|
"@types/jest": "^29.5.13",
|
60
60
|
"@types/metro-config": "^0.76.3",
|
61
|
-
"@types/react": "
|
62
|
-
"@types/react-test-renderer": "
|
61
|
+
"@types/react": "19.0.0",
|
62
|
+
"@types/react-test-renderer": "19.0.0",
|
63
63
|
"@typescript-eslint/parser": "5.53.0",
|
64
64
|
"babel-plugin-module-resolver": "5.0.0",
|
65
65
|
"eslint": "^8.19.0",
|
66
66
|
"eslint-import-resolver-babel-module": "5.3.2",
|
67
67
|
"jest": "29.6.3",
|
68
68
|
"prettier": "2.8.8",
|
69
|
-
"react-test-renderer": "
|
69
|
+
"react-test-renderer": "19.0.0",
|
70
70
|
"typescript": "5.0.4"
|
71
71
|
},
|
72
72
|
"engines": {
|