Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native location

// npm install @react-native-community/geolocation 
// npx react-native link @react-native-community/geolocation
import Geolocation from '@react-native-community/geolocation';
Geolocation.getCurrentPosition(info => console.log(info));
 
PREVIOUS NEXT
Tagged: #react #native #location
ADD COMMENT
Topic
Name
2+5 =