nativescript-permissions
nativescript-permissions copied to clipboard
Wraps up the entire Android 6 permissions system in a easy to use plugin.
After cleaning and rebuilding my mobile app I'm getting the following error: ``` ERROR in ../node_modules/nativescript-permissions/permissions.js Module not found: Error: Can't resolve '@master.technology/permissions' in '/mobile-app/booking/node_modules/nativescript-permissions' @ ../node_modules/nativescript-permissions/permissions.js 13:17-58 @ ../node_modules/@nativescript/geolocation/index.js...
I have installed the plugin using the command: `$ tns plugin add @master.technology/permissions` And used it as follow: ```js permissions .requestPermission( permissions.PERMISSIONS.CAMERA, "why not the permission" ) .then(() => {...