Xcode build fails on version 2.3.3 with [email protected]
I have followed the installation guide and also tried removing DerivedData and reinstalling pods as mentioned in another issue but still I get the same error that 'React/RCTBridgeModule.h' file not found
Hello, I had the same problem. The problem was Manual Setup for the react-native version. I fixed it:
-delete all installed settings for react-native-haptic-feedback
-install lib newly
npm i react-native-haptic-feedback --save cd ios && pod install
And that's it, nothing else is needed
Seems to solve the issue, thanks @Programmeryos. Maybe it is necessary to add a note for manual iOS installation? I really don't understand why it is there if it is not needed for installation. Perhaps it is for older RN versions?