Closed benson7667 closed 3 years ago
I follow the guide for installation and the code snippet. I get the error warning as below even I have try with different method:
WARN RNReactNativeHapticFeedback is not available
const options = { enableVibrateFallback: true, ignoreAndroidSystemSettings: false, }; ReactNativeHapticFeedback.trigger('selection', options); // selection | impactLight and etc.....
Hi, cd ios && pod install
fixed it for me
But not for everyone, as I can see https://github.com/junina-de/react-native-haptic-feedback/issues/39
Hi! for me is also not working
I'm using RN 0.64 and testing on iPhone 12 iOS 14.5.1
Same here iOS 14.4.2.
hey, if someone can try out the method in the comment? I haven't try that.
https://github.com/junina-de/react-native-haptic-feedback/issues/40
Sorry! I made a silly mistake, the library is working fine for me even without try out the method in the comment.
I follow the guide for installation and the code snippet. I get the error warning as below even I have try with different method: