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

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.81.4](https://github.com/facebook/react-native/releases/tag/v0.81.4) 🎯
13
+ ### Latest supported RN version [0.82.1](https://github.com/facebook/react-native/releases/tag/v0.82.1) 🎯
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
  ```
@@ -54,6 +55,5 @@ See the below table to find out which version of the template to use.
54
55
  | 0.72 | 1.0.0 |
55
56
  | 0.71 | 0.0.7 |
56
57
 
57
-
58
- [preview]: <https://ik.imagekit.io/computools/template-snapshots/rn-template.gif>
59
- [envs_preview]: <https://ik.imagekit.io/computools/template-snapshots/template-env.png>
58
+ [preview]: https://ik.imagekit.io/computools/template-snapshots/rn-template.gif
59
+ [envs_preview]: https://ik.imagekit.io/computools/template-snapshots/template-env.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {
@@ -38,7 +38,7 @@
38
38
  "react": "19.1.1",
39
39
  "react-hook-form": "7.54.2",
40
40
  "react-i18next": "15.4.1",
41
- "react-native": "0.82.0",
41
+ "react-native": "0.82.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,10 +54,10 @@
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.0",
58
- "@react-native/eslint-config": "0.82.0",
59
- "@react-native/metro-config": "0.82.0",
60
- "@react-native/typescript-config": "0.82.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",
61
61
  "@types/jest": "^29.5.13",
62
62
  "@types/metro-config": "^0.76.3",
63
63
  "@types/react": "^19.1.1",