1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 01:06:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

setup rnoh

This commit is contained in:
sunnylqm
2024-10-19 18:09:31 +08:00
parent 62860b9e74
commit 86612651d2
9 changed files with 590 additions and 162 deletions

View File

@@ -10,14 +10,17 @@
"test:e2e": "detox test --configuration android.emu.debug",
"lint": "eslint .",
"postinstall": "patch-package",
"apk": "cd android && ./gradlew assembleRelease"
"apk": "cd android && ./gradlew assembleRelease",
"dev": "react-native bundle-harmony --dev"
},
"dependencies": {
"@react-native-oh-tpl/react-native-camera-kit": "file:../react-native-harmony/react-native-oh-tpl-react-native-camera-kit-14.0.0-beta15-0.0.3.tgz",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-camera-kit": "^14.0.0-beta15",
"react-native-harmony": "file:../react-native-harmony/rnoh-react-native-harmony-0.72.29.tgz",
"react-native-paper": "^5.12.5",
"react-native-safe-area-context": "^4.11.0",
"react-native-update": "^10.15.0",
@@ -42,5 +45,8 @@
},
"engines": {
"node": ">=16"
},
"resolutions": {
"@react-native-community/cli": "11.3.6"
}
}