react-native-notifications: 'React/RCTEventEmitter.h' file not found
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-notifications": "^2.0.6"
},
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 9
- Comments: 16
Worked for me by using pods instead, however I am on react-native 0.60.5
I unlinked the library and added this line to podfile:
pod 'react-native-notifications', :path => '../node_modules/react-native-notifications'