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

support 0.77+ (#482)

* 0.78 example

* fix 0.77+ bridgeless detection
This commit is contained in:
Sunny Luo
2025-03-06 22:33:39 +08:00
committed by GitHub
parent 4944b05378
commit 93f2d51c46
11 changed files with 676 additions and 666 deletions

View File

@@ -16,14 +16,13 @@
"dependencies": {
"form-data": "^4.0.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.3.1",
"react-native": "0.76.7",
"react": "19.0.0",
"react-native": "0.78.0",
"react-native-camera-kit": "^14.2.0",
"react-native-paper": "^5.13.1",
"react-native-safe-area-context": "^5.3.0",
"react-native-svg": "^15.11.2",
"react-native-update": "10.25.4",
"react-native-update": "^10.26.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
@@ -33,18 +32,17 @@
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.7",
"@react-native/eslint-config": "0.76.7",
"@react-native/metro-config": "0.76.7",
"@react-native/typescript-config": "0.76.7",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"@react-native/babel-preset": "0.78.0",
"@react-native/eslint-config": "0.78.0",
"@react-native/metro-config": "0.78.0",
"@react-native/typescript-config": "0.78.0",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"detox": "^20.32.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"typescript": "5.8.2"
},
"engines": {
@@ -52,7 +50,6 @@
},
"trustedDependencies": [
"detox",
"dtrace-provider",
"postinstall-postinstall"
"dtrace-provider"
]
}