@mpxjs/cli 3.4.8 → 3.4.9

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 (2) hide show
  1. package/lib/createRn.js +0 -7
  2. package/package.json +1 -1
package/lib/createRn.js CHANGED
@@ -23,9 +23,6 @@ const RN_DEP = {
23
23
  'react-native-screens': '^4.8.0',
24
24
  'react-native-webview': '^13.13.2',
25
25
  'react-native-safe-area-context': '^4.10.9',
26
- expo: '^51.0.32',
27
- 'expo-brightness': '~12.0.1',
28
- 'expo-clipboard': '~6.0.3',
29
26
  react: '18.3.1',
30
27
  'react-native': '0.77.2'
31
28
  }
@@ -68,10 +65,6 @@ async function createRnProject (targetDir, options) {
68
65
  })
69
66
  fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2))
70
67
  await pm.install()
71
- await execa('npx', ['install-expo-modules'], {
72
- stdio: 'inherit',
73
- cwd: rnProjectPath
74
- })
75
68
  }
76
69
 
77
70
  module.exports.createRnProject = createRnProject
package/package.json CHANGED
@@ -30,5 +30,5 @@
30
30
  "access": "public",
31
31
  "registry": "https://registry.npmjs.org"
32
32
  },
33
- "version": "3.4.8"
33
+ "version": "3.4.9"
34
34
  }