・・・ import Geolocation from 'react-native-geolocation-service'; // ADD ・・・ async getLocation() { // navigator.geolocation.getCurrentPosition( // CHANGE Geolocation.getCurrentPosition( (resolve) => { console.log("resolve") const location = JSON.stringify(resolve) console.log(location) ・・・