NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
190 stars 107 forks source link

fix(@nativescript/haptics): Fixed Android Manifest #461

Closed guillemc23 closed 1 year ago

guillemc23 commented 1 year ago

@nativescript/haptics was not adding automatically the right permissions when building the app for Android. I believe it was due to this error, since I modified it locally and now my app vibrates.

If the developer is responsible for adding this permission, then it should be stated in the docs 😄