@computools/react-native-template-controller 1.0.45 → 1.0.47
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 -2
- package/package.json +1 -1
- package/template/package.json +5 -5
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.79](https://github.com/facebook/react-native/releases/tag/v0.79.
|
13
|
+
### Latest supported RN version [0.79](https://github.com/facebook/react-native/releases/tag/v0.79.2) 🎯
|
14
14
|
|
15
15
|
### Precondition: 📗
|
16
16
|
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
### Usage: 🚛
|
22
22
|
```sh
|
23
|
-
npx @react-native-community/cli init MyApp --template @computools/react-native-template-controller
|
23
|
+
npx @react-native-community/cli init MyApp --template @computools/react-native-template-controller
|
24
24
|
```
|
25
25
|
|
26
26
|
### Preview: 😍
|
package/package.json
CHANGED
package/template/package.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
"react": "19.0.0",
|
37
37
|
"react-hook-form": "7.54.2",
|
38
38
|
"react-i18next": "15.4.1",
|
39
|
-
"react-native": "0.79.
|
39
|
+
"react-native": "0.79.2",
|
40
40
|
"react-native-bootsplash": "6.3.5",
|
41
41
|
"react-native-config": "1.5.3",
|
42
42
|
"react-native-mmkv": "3.2.0",
|
@@ -52,10 +52,10 @@
|
|
52
52
|
"@react-native-community/cli": "18.0.0",
|
53
53
|
"@react-native-community/cli-platform-android": "18.0.0",
|
54
54
|
"@react-native-community/cli-platform-ios": "18.0.0",
|
55
|
-
"@react-native/babel-preset": "0.79.
|
56
|
-
"@react-native/eslint-config": "0.79.
|
57
|
-
"@react-native/metro-config": "0.79.
|
58
|
-
"@react-native/typescript-config": "0.79.
|
55
|
+
"@react-native/babel-preset": "0.79.2",
|
56
|
+
"@react-native/eslint-config": "0.79.2",
|
57
|
+
"@react-native/metro-config": "0.79.2",
|
58
|
+
"@react-native/typescript-config": "0.79.2",
|
59
59
|
"@types/jest": "^29.5.13",
|
60
60
|
"@types/metro-config": "^0.76.3",
|
61
61
|
"@types/react": "19.0.0",
|