@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.
@@ -344,6 +344,7 @@ test('test-rn', async () => {
344
344
  appid: 'test',
345
345
  description: 'test',
346
346
  needRn: true,
347
+ needTs: true,
347
348
  cross: true,
348
349
  plugins: {},
349
350
  useConfigFiles: true
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
@@ -30,5 +30,5 @@
30
30
  "access": "public",
31
31
  "registry": "https://registry.npmjs.org"
32
32
  },
33
- "version": "3.4.2"
33
+ "version": "3.4.3"
34
34
  }