I have already implemented PushnotificationIos , an api provided by react-native working fine.
Lately I have to implement pushnotification for android and I am trying to use react-native-firebase@4.x.x . I have platform specific handler but Works fine for android , but for IOS the app crashes while builing with the following error
VERSIONS DETAILS: react-native : 0.55 react-native-firebase:4.0.0
I tried to do dynamic import to get rid of react-native-firebase for ios but I am not convinced with the idea as its kind of hack , gives parser error. Dynamic import feature itself is not a stable one.