React Native
- update ios/Podfile
- reset cache
node node_modules/react-native/local-cli/cli.js start --reset-cache - get Googlefirebase api
經查跟PushNotification有關,需要手動完成Linking。
兩步解決此問題:
配置Linking Libraries:https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
配置PushNotificationIOS:
https://facebook.github.io/react-native/docs/pushnotificationios.html