Trying to get an android version of a react-native 0.61.2 app running...
The app intends to use react-native-geolocation-service
but can not get past this error:
"Error: @react-native-community/geolocation: NativeModule.RNCGeolocation is null."
I understand that react-native-geolocation-service
uses @react-native-community/geolocation
on iOS but this is android. I have searched the entire project for the string RNCGeolocation and it's not there. How can I get running with react-native-geolocation-service
on android?