@computools/react-native-template-controller 1.0.21 → 1.0.22
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 +1 -1
- package/package.json +1 -1
- package/template/android/.gradle/8.6/checksums/checksums.lock +0 -0
- package/template/android/.gradle/8.6/fileChanges/last-build.bin +0 -0
- package/template/android/.gradle/8.6/fileHashes/fileHashes.lock +0 -0
- package/template/android/.gradle/8.6/gc.properties +0 -0
- package/template/android/.gradle/vcs-1/gc.properties +0 -0
- package/template/android/.idea/gradle.xml +13 -0
- package/template/android/.idea/misc.xml +10 -0
- package/template/android/.idea/vcs.xml +6 -0
- package/template/android/local.properties +8 -0
- package/template/package.json +10 -10
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.74.
|
13
|
+
### Latest supported RN version [0.74.3](https://github.com/facebook/react-native/releases/tag/v0.74.3) 🎯
|
14
14
|
|
15
15
|
### Precondition: 📗
|
16
16
|
|
package/package.json
CHANGED
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="GradleSettings">
|
4
|
+
<option name="linkedExternalProjectsSettings">
|
5
|
+
<GradleProjectSettings>
|
6
|
+
<option name="testRunner" value="GRADLE" />
|
7
|
+
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
8
|
+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
9
|
+
<option name="gradleJvm" value="jbr-17" />
|
10
|
+
</GradleProjectSettings>
|
11
|
+
</option>
|
12
|
+
</component>
|
13
|
+
</project>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
4
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
5
|
+
<output url="file://$PROJECT_DIR$/build/classes" />
|
6
|
+
</component>
|
7
|
+
<component name="ProjectType">
|
8
|
+
<option name="id" value="Android" />
|
9
|
+
</component>
|
10
|
+
</project>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
## This file must *NOT* be checked into Version Control Systems,
|
2
|
+
# as it contains information specific to your local configuration.
|
3
|
+
#
|
4
|
+
# Location of the SDK. This is only used by Gradle.
|
5
|
+
# For customization when using a Version Control System, please read the
|
6
|
+
# header note.
|
7
|
+
#Thu Jun 27 11:10:18 EEST 2024
|
8
|
+
sdk.dir=/Users/bogdankush/Library/Android/sdk
|
package/template/package.json
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
"version": "0.0.1",
|
4
4
|
"private": true,
|
5
5
|
"scripts": {
|
6
|
-
"android": "react-native run-android",
|
7
|
-
"ios": "react-native run-ios",
|
6
|
+
"android": "react-native run-android --mode=productiondebug --appId=com.reactnativetemplate",
|
7
|
+
"ios": "react-native run-ios --scheme \"ReactNativeTemplate\"",
|
8
8
|
"lint": "eslint .",
|
9
9
|
"start": "react-native start",
|
10
10
|
"test": "jest",
|
@@ -27,16 +27,16 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"@hookform/resolvers": "3.3.4",
|
30
|
-
"@react-navigation/native": "6.1.
|
31
|
-
"@react-navigation/native-stack": "6.9.
|
32
|
-
"axios": "1.
|
30
|
+
"@react-navigation/native": "^6.1.17",
|
31
|
+
"@react-navigation/native-stack": "^6.9.26",
|
32
|
+
"axios": "^1.7.2",
|
33
33
|
"i18next": "23.7.16",
|
34
34
|
"mobx": "6.12.0",
|
35
35
|
"mobx-react-lite": "4.0.5",
|
36
36
|
"react": "18.2.0",
|
37
37
|
"react-hook-form": "7.49.2",
|
38
38
|
"react-i18next": "14.0.0",
|
39
|
-
"react-native": "0.74.
|
39
|
+
"react-native": "0.74.3",
|
40
40
|
"react-native-bootsplash": "4.5.3",
|
41
41
|
"react-native-config": "1.5.1",
|
42
42
|
"react-native-mmkv": "2.11.0",
|
@@ -50,10 +50,10 @@
|
|
50
50
|
"@babel/preset-env": "^7.20.0",
|
51
51
|
"@babel/runtime": "^7.20.0",
|
52
52
|
"@computools/eslint-config-react-native": "1.1.1",
|
53
|
-
"@react-native/babel-preset": "0.74.
|
54
|
-
"@react-native/eslint-config": "0.74.
|
55
|
-
"@react-native/metro-config": "0.74.
|
56
|
-
"@react-native/typescript-config": "0.74.
|
53
|
+
"@react-native/babel-preset": "0.74.85",
|
54
|
+
"@react-native/eslint-config": "0.74.85",
|
55
|
+
"@react-native/metro-config": "0.74.85",
|
56
|
+
"@react-native/typescript-config": "0.74.85",
|
57
57
|
"@types/jest": "^29.2.1",
|
58
58
|
"@types/metro-config": "^0.76.3",
|
59
59
|
"@types/react": "18.2.6",
|