mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
855 stars 103 forks source link

fix: align with 0.75 #125

Closed WoLewicki closed 2 weeks ago

WoLewicki commented 1 month ago

Similar to e.g. https://github.com/software-mansion/react-native-svg/blob/979fb06b131c5280cc5be6325ce3bc264e29fe49/RNSVG.podspec#L24, we wan to utilize install_modules_dependencies method when it is already available (and it is from RN 0.71). It also is required from RN 0.75 to even compile the project on new arch.

migueldaipre commented 3 weeks ago

@mkuczera Please can you look at this fix? I would like to use your library in an RN 0.75 project

Romick2005 commented 2 weeks ago

Unfortunately this does not work for RN 0.74.4.

migueldaipre commented 2 weeks ago

Unfortunately this does not work for RN 0.74.4.

The issue is fixed by https://github.com/mkuczera/react-native-haptic-feedback/pull/129