@computools/react-native-template-controller 1.0.14 → 1.0.15

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.73.1](https://github.com/facebook/react-native/releases/tag/v0.73.1) 🎯
13
+ ### Latest supported RN version [0.73.2](https://github.com/facebook/react-native/releases/tag/v0.73.2) 🎯
14
14
 
15
15
  ### Precondition: 📗
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Computools react native template by using mobx as controllers",
5
5
  "main": "template.config.js",
6
6
  "scripts": {
@@ -16,10 +16,10 @@ class MainApplication : Application(), ReactApplication {
16
16
 
17
17
  override val reactNativeHost: ReactNativeHost =
18
18
  object : DefaultReactNativeHost(this) {
19
- override fun getPackages(): List<ReactPackage> {
19
+ override fun getPackages(): List<ReactPackage> =
20
+ PackageList(this).packages.apply {
20
21
  // Packages that cannot be autolinked yet can be added manually here, for example:
21
- // packages.add(new MyReactNativePackage());
22
- return PackageList(this).packages
22
+ // add(MyReactNativePackage())
23
23
  }
24
24
 
25
25
  override fun getJSMainModuleName(): String = "index"
@@ -36,7 +36,7 @@
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.73.1",
39
+ "react-native": "0.73.2",
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,9 +50,9 @@
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.73.18",
54
- "@react-native/eslint-config": "0.73.1",
55
- "@react-native/metro-config": "0.73.2",
53
+ "@react-native/babel-preset": "0.73.19",
54
+ "@react-native/eslint-config": "0.73.2",
55
+ "@react-native/metro-config": "0.73.3",
56
56
  "@react-native/typescript-config": "0.73.1",
57
57
  "@types/jest": "^29.2.1",
58
58
  "@types/metro-config": "^0.76.3",