'React/RCTEventEmitter.h' file not found

See original GitHub issue
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" },

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:15

github_iconTop GitHub Comments

11reactions
jakecronincommented, Oct 16, 2019

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'

0reactions
rmtrycommented, Jun 11, 2021

Did you have this inside of your Podfile? pod 'RNEventEmitter', :path => "../node_modules/react-native-events"

Read more comments on GitHub >

github_iconTop Results From Across the Web

React/RCTEventEmitter.h file not found - Stack Overflow
Open up your project in XCode. · Open up the Libraries folder. You should see React. · Drag the React. · Click on...
Read more >
React/RCTEventEmitter.h file not found · Issue #1565 - GitHub
The react-native link and manual methods result in this error during build. When using CocoaPods to install, pod install fails. $ pod install ......
Read more >
React-native – React/RCTEventEmitter.h file not found
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...
Read more >
Cant find framework header when building application
The error I receive when I build the project, in buildtime for the react-native-garmin-connect library, is that the companion/companion.h file is not found, ......
Read more >
react/rcteventemitter.h' file not found firebase
“React/RCTEventEmitter.h file not found” or any of “file not found” message. It is likely that the native modules you have added have dependencies...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found