mkuczera / react-native-haptic-feedback

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

minSdkVersion is hard-coded #62

Closed plaa closed 3 years ago

plaa commented 3 years ago

The library has hard-coded minSdkVersion to be 16, instead of pulling it from the root project. This causes our Android Detox build to fail. (Not sure why the main build works but Detox build fails.)

I have a PR to fix the issue. In the meantime one can use "react-native-haptic-feedback": "github:plaa/react-native-haptic-feedback"

mkuczera commented 3 years ago

Awesome. Thank you, i will include this with the next release