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

fix url params

This commit is contained in:
sunnylqm
2024-07-29 00:45:10 +08:00
parent 3929fc2f8e
commit 20ebf8979e
3 changed files with 25 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
"dependencies": {
"nanoid": "^3.3.3"
"nanoid": "^3.3.3",
"react-native-url-polyfill": "^2.0.0"
},
"codegenConfig": {
"name": "RCTPushySpec",