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:
npm i @react-native-community/push-notification-ios
cd ios && pod install
react-native unlink @react-native-community/push-notification-ios
That's how I solved it after struggling for hours.