webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

Location service not working after building the project #48

Closed robado closed 6 years ago

robado commented 6 years ago

Getting this error

undefined is not an object (evaluating '_reactnative android locationservice dialogbox 2.default.check locationservice isenabled')

Thinking is this only for ejected apps or can this location checking use on every app?

webyonet commented 6 years ago

Rn and android version?

webyonet commented 6 years ago

make steps at the terminal step by step:

1) react-native unlink react-native-android-location-services-dialog-box
2) npm uninstall react-native-android-location-services-dialog-box
3) npm install react-native-android-location-services-dialog-box --save
4) react-native link react-native-android-location-services-dialog-box
5) react-native run-android