mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 05:31:37 +08:00

* support to Expo * update * update * update --------- Co-authored-by: Steven <steven@Stevens-MacBook-Pro.local>
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"platforms": ["apple", "android"],
|
|
"apple": {
|
|
"modules": ["ExpoPushyModule"],
|
|
"reactDelegateHandlers": ["ExpoPushyReactDelegateHandler"],
|
|
"podspecPath":"react-native-update.podspec"
|
|
},
|
|
"android": {
|
|
"modules": [
|
|
"expo.modules.pushy.ExpoPushyModule"
|
|
]
|
|
}
|
|
}
|