@computools/react-native-template-controller 1.0.46 → 1.0.48

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.79](https://github.com/facebook/react-native/releases/tag/v0.79.2) 🎯
13
+ ### Latest supported RN version [0.79](https://github.com/facebook/react-native/releases/tag/v0.79.3) 🎯
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 --skip-install
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {
@@ -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.2",
39
+ "react-native": "0.79.3",
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.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",
55
+ "@react-native/babel-preset": "0.79.3",
56
+ "@react-native/eslint-config": "0.79.3",
57
+ "@react-native/metro-config": "0.79.3",
58
+ "@react-native/typescript-config": "0.79.3",
59
59
  "@types/jest": "^29.5.13",
60
60
  "@types/metro-config": "^0.76.3",
61
61
  "@types/react": "19.0.0",