mkuczera / react-native-haptic-feedback

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

Autolinking? #53

Closed Guuz closed 2 years ago

Guuz commented 4 years ago

Is it possible for this package to enable React Native Autolinking? https://github.com/react-native-community/cli/blob/master/docs/autolinking.md

Not sure what would be needed for it, but since almost every package out there these days does it, it shouldn't be that hard i guess ;-)

Now we always get this error when running/building the app: image How do others deal with this? Just ignore it? ^_^

Edit: Android autolinking works. It only needs a few changes for iOS (podfiles). We now use this to mute the error: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library

pabloluz commented 3 years ago

Auto-linking is already implemented.

woodrufs commented 3 years ago

I installed this lib using auto linking on Android and iOS no problem today using react-native 0.63.4.