react-native-notifications: 'React/RCTEventEmitter.h' file not found

Screen Shot 2019-08-13 at 4 47 11 PM

"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

Most upvoted comments

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'