react-native-location-permission
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-native-location-permission", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A react Native module to enable location based services on Android and IOS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -66,3 +66,3 @@ | ||
``` | ||
pod 'ReactNativeAndroidLocationSwitch', :path => '../node_modules/react-native-location-permission/ios' | ||
pod 'ReactNativeLocationSwitch', :path => '../node_modules/react-native-location-permission/ios' | ||
``` | ||
@@ -69,0 +69,0 @@ |
6069427