1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-23 17:48:55 +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

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