@mpxjs/cli 3.4.2 → 3.4.3
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/__tests__/preset.spec.js +1 -0
- package/lib/createRn.js +2 -0
- package/package.json +1 -1
package/__tests__/preset.spec.js
CHANGED
package/lib/createRn.js
CHANGED
|
@@ -7,6 +7,7 @@ const PackageManager = require('@vue/cli/lib/util/ProjectPackageManager')
|
|
|
7
7
|
const RN_DEP = {
|
|
8
8
|
'@ant-design/icons-react-native': '^2.3.2',
|
|
9
9
|
'@ant-design/react-native': '^5.2.2',
|
|
10
|
+
'@d11/react-native-fast-image': '^8.6.12',
|
|
10
11
|
'@react-native-async-storage/async-storage': '^1.24.0',
|
|
11
12
|
'@react-native-clipboard/clipboard': '^1.14.2',
|
|
12
13
|
'@react-native-community/netinfo': '^11.3.2',
|
|
@@ -16,6 +17,7 @@ const RN_DEP = {
|
|
|
16
17
|
'@react-navigation/elements': '^1.3.31',
|
|
17
18
|
'@react-navigation/native': '^6.1.18',
|
|
18
19
|
'@react-navigation/native-stack': '^6.11.0',
|
|
20
|
+
'@react-navigation/stack': '^6.0.0',
|
|
19
21
|
expo: '^51.0.32',
|
|
20
22
|
'expo-brightness': '~12.0.1',
|
|
21
23
|
'expo-clipboard': '~6.0.3',
|
package/package.json
CHANGED