I am trying to implement PushNotificationIOS with a detached Expo app. I am running SDK 21.0.0 (React Native 0.48).
I am getting React/RCTEventEmitter file not fou
React/RCTEventEmitter file not fou
This works for me on detached Expo project
"react": "16.6.3", "react-native": "0.58.6",
Add 'RCTPushNotification' to your pod and run pod install
'RCTPushNotification'
pod install
pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'RCTPushNotification', ]