Posts by Fernando Angelo • 9 points
1 post
-
-1
votes1
answer373
viewsQ: How to catch the current Geolocation of the cell phone using React Native?
I’m trying to get my latitude and longitude, so I used the following code: import { View, Text, TextInput, StyleSheet, TouchableOpacity } from 'react-native'; import MapView, { PROVIDER_GOOGLE }…