Closed WoLewicki closed 4 months ago
@mkuczera Please can you look at this fix? I would like to use your library in an RN 0.75 project
Unfortunately this does not work for RN 0.74.4.
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
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 RN0.71
). It also is required from RN0.75
to even compile the project on new arch.