React-native, “Native module cannot be null”

前端 未结 12 1120
星月不相逢
星月不相逢 2020-12-09 14:42

I just upgrade React-native from 0.28 to 0.30, and get this error:

\"Native module cannot be null\".

The problem seem to be with the line/package:

12条回答
  •  [愿得一人]
    2020-12-09 15:12

    if it helps someone. Manual link the library in node_modules/react-native/libraries/PushNotificationIOS/RCTPushNotification.xcodeproj for ios https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking

    that's where the manual linking refers to. not react-native-push-notification

提交回复
热议问题