'React/RCTEventEmitter.h' file not found
See original GitHub issue
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-notifications": "^2.0.6"
},
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:15
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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'Did you have this inside of your
Podfile?pod 'RNEventEmitter', :path => "../node_modules/react-native-events"