React-native, “Native module cannot be null”

前端 未结 12 1151
星月不相逢
星月不相逢 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 14:57

    1. npm i @react-native-community/push-notification-ios
    2. cd ios && pod install
    3. react-native unlink @react-native-community/push-notification-ios

    That's how I solved it after struggling for hours.

提交回复
热议问题