react-native-haptic-feedback icon indicating copy to clipboard operation
react-native-haptic-feedback copied to clipboard

Xcode build fails on version 2.3.3 with [email protected]

Open jeppe-smith opened this issue 1 year ago • 2 comments

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

image

jeppe-smith avatar Jan 16 '25 09:01 jeppe-smith

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

Programmeryos avatar Jan 22 '25 15:01 Programmeryos

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?

Acex187x avatar Mar 17 '25 12:03 Acex187x