天天看點

React Native出現"Native module cannot be null"問題

React Native出現"Native module cannot be null"問題

經查跟

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

參考

https://github.com/facebook/react-native/issues/5612