react-native-background-timer: 'RCTEventEmitter.h' file not found
Getting this error on build
'RCTEventEmitter.h' file not found
I’ve tried replacing with:
'React/RCTEventEmitter.h'
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (1 by maintainers)
Hi guys, this solution works!
Add lines to ios/Podfile
pod ‘React’, :path => ‘…/node_modules/react-native’ pod ‘yoga’, :path => ‘…/node_modules/react-native/ReactCommon/yoga’ pod ‘react-native-background-timer’, :path => ‘…/node_modules/react-native-background-timer’ …