1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:31:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2024-09-22 22:15:16 +08:00
parent 34bc16ad70
commit 20d09529d2
4 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
"react-native-camera-kit": "^14.0.0-beta15",
"react-native-paper": "^5.12.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-update": "^10.11.3",
"react-native-update": "^10.14.0",
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {

View File

@@ -191,6 +191,7 @@ const styles = StyleSheet.create({
const pushyClient = new Pushy({
appKey,
debug: true,
});
export default function Root() {

View File

@@ -6236,10 +6236,10 @@ react-native-safe-area-context@^4.8.2:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz#e6b3d8acf3c6afcb4b5db03a97f9c37df7668f65"
integrity sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ==
react-native-update@^10.11.3:
version "10.11.3"
resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.11.3.tgz#5fa44fdd12514eb5e7901a5d664f00fd082d6774"
integrity sha512-adI3sly0yFt1DfaPqICJ9VwzUoa/XAngv/N7SnICkLxO3jgccBgy0OrXDBxRn43Zeumdq40Z+ADTE5qrY4BWAw==
react-native-update@^10.14.0:
version "10.14.0"
resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.14.0.tgz#9c1316484e34ce70981cc33a32f2334a61701c5b"
integrity sha512-51QnVUqJeOKzAjy1oaCxEmZi6QI0IQjOm1mtCTF0ZQqUJ0+0yH/Vj4/QRDg4xluvbV/64sWTTsBUB/3nykBYRg==
dependencies:
nanoid "^3.3.3"
react-native-url-polyfill "^2.0.0"