@computools/react-native-template-controller 1.0.11 → 1.0.12

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
@@ -1,23 +1,27 @@
1
- # template-controller
1
+ # template-controller 🏄‍♂️
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@computools/react-native-template-controller.svg)](https://www.npmjs.com/package/@computools/react-native-template-controller)
4
4
 
5
5
  <img src="https://ik.imagekit.io/computools/computools-background/upload-8a50e7e4-c14e-4b55-ae17-bd0cca2f6493.webp">
6
6
 
7
- ### Usage:
7
+ ### Latest supported RN version [0.73.1](https://github.com/facebook/react-native/releases/tag/v0.73.1) 🎯
8
8
 
9
- Use `node` >= 18
9
+ ### Precondition: 📗
10
10
 
11
+ `node` >= 18
11
12
 
13
+ `java` >= 17
14
+
15
+ ### Usage: 🚛
12
16
  ```sh
13
17
  npx react-native init MyApp --template @computools/react-native-template-controller
14
18
  ```
15
19
 
16
- ### Preview:
20
+ ### Preview: 😍
17
21
 
18
22
  ![preview]
19
23
 
20
- ### Envs support out of the box:
24
+ ### Envs support out of the box: 📦
21
25
 
22
26
  ![envs_preview]
23
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computools/react-native-template-controller",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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": "18.2.0",
37
37
  "react-hook-form": "7.43.5",
38
38
  "react-i18next": "13.0.1",
39
- "react-native": "0.73.0",
39
+ "react-native": "0.73.1",
40
40
  "react-native-bootsplash": "4.5.3",
41
41
  "react-native-config": "1.5.1",
42
42
  "react-native-mmkv": "2.11.0",
@@ -1,7 +0,0 @@
1
- module.exports = {
2
- project: {
3
- ios: {
4
- automaticPodsInstallation: true
5
- }
6
- }
7
- }