@computools/react-native-template-controller 1.0.55 → 1.0.57
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
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.83.0](https://github.com/facebook/react-native/releases/tag/v0.83.0) 🎯
|
|
14
14
|
|
|
15
15
|
### Precondition: 📗
|
|
16
16
|
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
`java` >= 17
|
|
22
22
|
|
|
23
23
|
### Usage: 🚛
|
|
24
|
+
|
|
24
25
|
```sh
|
|
25
26
|
npx @react-native-community/cli init MyApp --template @computools/react-native-template-controller
|
|
26
27
|
```
|
|
@@ -41,6 +42,7 @@ See the below table to find out which version of the template to use.
|
|
|
41
42
|
|
|
42
43
|
| React Native | Template |
|
|
43
44
|
| ------------ | -------- |
|
|
45
|
+
| 0.83 | 1.0.57 |
|
|
44
46
|
| 0.82 | 1.0.55 |
|
|
45
47
|
| 0.81 | 1.0.51 |
|
|
46
48
|
| 0.80 | 1.0.49 |
|
|
@@ -54,6 +56,5 @@ See the below table to find out which version of the template to use.
|
|
|
54
56
|
| 0.72 | 1.0.0 |
|
|
55
57
|
| 0.71 | 0.0.7 |
|
|
56
58
|
|
|
57
|
-
|
|
58
|
-
[
|
|
59
|
-
[envs_preview]: <https://ik.imagekit.io/computools/template-snapshots/template-env.png>
|
|
59
|
+
[preview]: https://ik.imagekit.io/computools/template-snapshots/rn-template.gif
|
|
60
|
+
[envs_preview]: https://ik.imagekit.io/computools/template-snapshots/template-env.png
|
package/package.json
CHANGED
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
);
|
|
384
384
|
runOnlyForDeploymentPostprocessing = 0;
|
|
385
385
|
shellPath = /bin/sh;
|
|
386
|
-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
|
386
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
|
|
387
387
|
};
|
|
388
388
|
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
|
|
389
389
|
isa = PBXShellScriptBuildPhase;
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
);
|
|
439
439
|
runOnlyForDeploymentPostprocessing = 0;
|
|
440
440
|
shellPath = /bin/sh;
|
|
441
|
-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
|
441
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
|
|
442
442
|
};
|
|
443
443
|
9314CDC82AF3CEA200F58B73 /* [CP] Embed Pods Frameworks */ = {
|
|
444
444
|
isa = PBXShellScriptBuildPhase;
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
);
|
|
511
511
|
runOnlyForDeploymentPostprocessing = 0;
|
|
512
512
|
shellPath = /bin/sh;
|
|
513
|
-
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
|
513
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"\\\"$WITH_ENVIRONMENT\\\" \\\"$REACT_NATIVE_XCODE\\\"\"\n";
|
|
514
514
|
};
|
|
515
515
|
9314CDDB2AF3CEAA00F58B73 /* [CP] Embed Pods Frameworks */ = {
|
|
516
516
|
isa = PBXShellScriptBuildPhase;
|
package/template/package.json
CHANGED
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"mobx": "6.13.7",
|
|
36
36
|
"mobx-react-lite": "4.1.0",
|
|
37
37
|
"patch-package": "^8.0.0",
|
|
38
|
-
"react": "19.
|
|
38
|
+
"react": "19.2.0",
|
|
39
39
|
"react-hook-form": "7.54.2",
|
|
40
40
|
"react-i18next": "15.4.1",
|
|
41
|
-
"react-native": "0.
|
|
41
|
+
"react-native": "0.83.0",
|
|
42
42
|
"react-native-bootsplash": "6.3.10",
|
|
43
43
|
"react-native-config": "1.5.3",
|
|
44
44
|
"react-native-mmkv": "^3.3.0",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@react-native-community/cli": "20.0.0",
|
|
55
55
|
"@react-native-community/cli-platform-android": "20.0.0",
|
|
56
56
|
"@react-native-community/cli-platform-ios": "20.0.0",
|
|
57
|
-
"@react-native/babel-preset": "0.
|
|
58
|
-
"@react-native/eslint-config": "0.
|
|
59
|
-
"@react-native/metro-config": "0.
|
|
60
|
-
"@react-native/typescript-config": "0.
|
|
57
|
+
"@react-native/babel-preset": "0.83.0",
|
|
58
|
+
"@react-native/eslint-config": "0.83.0",
|
|
59
|
+
"@react-native/metro-config": "0.83.0",
|
|
60
|
+
"@react-native/typescript-config": "0.83.0",
|
|
61
61
|
"@types/jest": "^29.5.13",
|
|
62
62
|
"@types/metro-config": "^0.76.3",
|
|
63
|
-
"@types/react": "^19.
|
|
63
|
+
"@types/react": "^19.2.0",
|
|
64
64
|
"@types/react-test-renderer": "^19.1.0",
|
|
65
65
|
"@typescript-eslint/parser": "5.53.0",
|
|
66
66
|
"babel-plugin-module-resolver": "5.0.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"eslint-import-resolver-babel-module": "5.3.2",
|
|
69
69
|
"jest": "29.6.3",
|
|
70
70
|
"prettier": "2.8.8",
|
|
71
|
-
"react-test-renderer": "19.
|
|
71
|
+
"react-test-renderer": "19.2.0",
|
|
72
72
|
"typescript": "^5.8.3"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|