Jesse Pitkänen
Jesse Pitkänen
I resolved this with the following patch, hope it's of any use. react-native-haptic-feedback+2.2.0.patch ```patch diff --git a/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.mm b/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.mm index cf75baf..1ca2da3 100644 --- a/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.mm +++ b/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.mm @@ -100,11 +100,10 @@ RCT_EXPORT_METHOD(trigger:(NSString...
> Is this related to a limitation of iOS regarding the haptics? Would be glad to have a reference, but couldn´t find anything. The diff is only triggering the prepare...