react-native-cross-geolocation
Version:
React Native Geolocation complatible module that uses the new Google Location API on Android devices.
7 lines (6 loc) • 364 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.amarcruz.geolocation">
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
</manifest>