@computools/react-native-template-controller 1.0.56 → 1.0.58

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.82.1](https://github.com/facebook/react-native/releases/tag/v0.82.1) 🎯
13
+ ### Latest supported RN version [0.83.1](https://github.com/facebook/react-native/releases/tag/v0.83.1) 🎯
14
14
 
15
15
  ### Precondition: 📗
16
16
 
@@ -42,6 +42,7 @@ See the below table to find out which version of the template to use.
42
42
 
43
43
  | React Native | Template |
44
44
  | ------------ | -------- |
45
+ | 0.83 | 1.0.57 |
45
46
  | 0.82 | 1.0.55 |
46
47
  | 0.81 | 1.0.51 |
47
48
  | 0.80 | 1.0.49 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {
@@ -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;
@@ -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.1.1",
38
+ "react": "19.2.0",
39
39
  "react-hook-form": "7.54.2",
40
40
  "react-i18next": "15.4.1",
41
- "react-native": "0.82.1",
41
+ "react-native": "0.83.1",
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.82.1",
58
- "@react-native/eslint-config": "0.82.1",
59
- "@react-native/metro-config": "0.82.1",
60
- "@react-native/typescript-config": "0.82.1",
57
+ "@react-native/babel-preset": "0.83.1",
58
+ "@react-native/eslint-config": "0.83.1",
59
+ "@react-native/metro-config": "0.83.1",
60
+ "@react-native/typescript-config": "0.83.1",
61
61
  "@types/jest": "^29.5.13",
62
62
  "@types/metro-config": "^0.76.3",
63
- "@types/react": "^19.1.1",
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.1.1",
71
+ "react-test-renderer": "19.2.0",
72
72
  "typescript": "^5.8.3"
73
73
  },
74
74
  "engines": {
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "extends": "@react-native/typescript-config",
3
+ "compilerOptions": {
4
+ "types": ["jest"],
5
+ },
3
6
  "include": ["**/*.ts", "**/*.tsx"],
4
7
  "exclude": ["**/node_modules", "**/Pods"],
5
8
  "compilerOptions": {