Skip to content

Instantly share code, notes, and snippets.

@JoeM-RP
Created July 19, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeM-RP/376d7e07f3cc54a564f80810761f4855 to your computer and use it in GitHub Desktop.
Save JoeM-RP/376d7e07f3cc54a564f80810761f4855 to your computer and use it in GitHub Desktop.
// @flow
import { NativeModules } from 'react-native';
var location = NativeModules.MyLocationDataManager;
async requestPermissions() {
const result = await location.requestPermissions('');
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment