mfharding

Results 2 comments of mfharding

Doing the exact opposite of the recommendations fixed this for me. I installed @react-native-community/cli. For some reason for upgraded projects @react-native-community/cli isn't imported correctly. > npm i --save @react-native-community/cli You...

I am also getting this error lately. I am using the following code: ```Geolocation.getCurrentPosition( initialPosition => { // Alert.alert(JSON.stringify(initialPosition)) this.savePosition(initialPosition); }, error => console.log("The location could not be loaded because...