rnsup 1.0.3 → 1.0.4

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.
@@ -90,6 +90,7 @@ async function runSetup() {
90
90
  'react-native-screens',
91
91
  'react-native-advanced-checkbox',
92
92
  'react-native-gesture-handler',
93
+ 'react-native-nitro-modules',
93
94
  'react-native-reanimated',
94
95
  'react-native-worklets',
95
96
  'react-native-vector-icons',
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ const program = new commander_1.Command();
10
10
  program
11
11
  .name('rnsup')
12
12
  .description('React Native Support CLI')
13
- .version('1.0.0');
13
+ .version('1.0.4');
14
14
  /* ---------- Setup ---------- */
15
15
  program
16
16
  .command('setup')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rnsup",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "RNSUP is a CLI tool that converts a fresh React Native CLI project into a production-ready architecture with navigation, alias paths, utilities and code generators.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",