react-native-useful-deps 2.0.0 → 4.0.0

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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/index.js +2 -0
  3. package/package.json +5 -2
package/README.md CHANGED
@@ -48,6 +48,10 @@ This tool automatically installs the following popular React Native packages wit
48
48
  - `formik`
49
49
  - `yup`
50
50
 
51
+ ### State Management
52
+ - `@reduxjs/toolkit`
53
+ - `react-redux`
54
+
51
55
  ### Utilities
52
56
  - `axios`
53
57
  - `@react-native-async-storage/async-storage`
package/index.js CHANGED
@@ -10,6 +10,7 @@ const dependencies = [
10
10
  '@react-navigation/drawer',
11
11
  '@react-navigation/native',
12
12
  '@react-navigation/native-stack',
13
+ '@reduxjs/toolkit',
13
14
  'axios',
14
15
  'formik',
15
16
  'react-native-fast-image',
@@ -24,6 +25,7 @@ const dependencies = [
24
25
  'react-native-size-matters',
25
26
  'react-native-vector-icons',
26
27
  'react-native-video',
28
+ 'react-redux',
27
29
  'rn-range-slider',
28
30
  'yup'
29
31
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-useful-deps",
3
- "version": "2.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "CLI tool to automatically install commonly used React Native libraries with their latest versions",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,7 +17,10 @@
17
17
  "navigation",
18
18
  "dependencies",
19
19
  "setup",
20
- "boilerplate"
20
+ "boilerplate",
21
+ "rn-deps",
22
+ "react-native-setup",
23
+ "automation"
21
24
  ],
22
25
  "author": "Huzaifa Shahid",
23
26
  "license": "MIT",