Skip to content

Commit

Permalink
feat: use rn 0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Aug 18, 2022
1 parent b9d3512 commit 53b6673
Show file tree
Hide file tree
Showing 5 changed files with 4,577 additions and 3,372 deletions.
1 change: 1 addition & 0 deletions packages/taro-ui-demo-rn/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const modules = [
'react-native',
'@tarojs/components-rn',
'@tarojs/taro-rn',
'@tarojs/runtime-rn',
'react-native-svg',
'react-native-root-siblings',
...Object.keys({
Expand Down
45 changes: 17 additions & 28 deletions packages/taro-ui-demo-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,36 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.4.13",
"@tarojs/plugin-framework-react": "3.4.13",
"@tarojs/react": "3.4.13",
"@tarojs/rn-runner": "3.4.13",
"@tarojs/runtime": "3.4.13",
"@tarojs/taro": "3.4.13",
"@tarojs/taro-rn": "3.4.13",
"react": "^17.0.2",
"react-dom": "^16.13.0",
"react-native": "~0.68.1",
"@tarojs/components": "3.5.3-alpha.0",
"@tarojs/plugin-framework-react": "3.5.3-alpha.0",
"@tarojs/react": "3.5.3-alpha.0",
"@tarojs/rn-runner": "3.5.3-alpha.0",
"@tarojs/runtime": "3.5.3-alpha.0",
"@tarojs/taro": "3.5.3-alpha.0",
"@tarojs/taro-rn": "3.5.3-alpha.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native": "^0.69.0",
"react-native-modal": "^13.0.0",
"taro-ui": "3.1.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@react-native-picker/picker": "^1.15.0",
"@tarojs/cli": "3.4.13",
"@tarojs/mini-runner": "3.4.13",
"@tarojs/webpack-runner": "3.4.13",
"@tarojs/cli": "3.5.3-alpha.0",
"@tarojs/mini-runner": "3.5.3-alpha.0",
"@tarojs/webpack-runner": "3.5.3-alpha.0",
"@types/react": "^16.0.0",
"@types/webpack-env": "^1.13.6",
"babel-plugin-transform-imports": "^2.0.0",
"babel-preset-taro": "3.4.13",
"babel-preset-taro": "3.5.3-alpha.0",
"escape-string-regexp": "^4.0.0",
"eslint-config-taro": "3.4.13",
"expo-constants": "13.1.1",
"expo-modules-core": "0.9.2",
"eslint-config-taro": "3.5.3-alpha.0",
"expo": "~46.0.0",
"patch-package": "^6.4.7",
"typescript": "^3.8.3"
},
"resolutions": {
"sass": "1.37.5",
"expo-camera": "12.3.0",
"expo-barcode-scanner": "11.3.0",
"expo-image-picker": "13.1.1",
"expo-brightness": "10.2.0",
"expo-file-system": "14.0.0",
"expo-keep-awake": "10.1.1",
"expo-permissions": "13.2.0",
"expo-sensors": "11.3.0",
"expo-asset": "8.5.0",
"expo-av": "11.2.3"
"sass": "1.37.5"
}
}
Loading

0 comments on commit 53b6673

Please sign in to comment.