1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

fix: Fix ios example error.

This commit is contained in:
jaywcjlove
2022-08-06 16:25:42 +08:00
parent c49fb0e142
commit fc888e1210
21 changed files with 243 additions and 6942 deletions

View File

@@ -3,14 +3,20 @@
"version": "0.0.1",
"private": true,
"scripts": {
"pods": "pod-install --quiet",
"postinstall": "patch-package",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@uiw/react-native-alipay": "link:../",
"@uiw/react-native-alipay": "5.0.1",
"react": "18.0.0",
"react-native": "0.69.3"
},
@@ -21,8 +27,11 @@
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
"react-test-renderer": "18.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"jest": {
"preset": "react-native"