fix: Fix ios example error.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user