Closed MBach closed 5 years ago
Hello, Thanks for the issue, I release v1.2.0, can you tell me if it is good for you ?
Regards.
Working perfectly!
Hello, Thanks for the issue, I release v1.2.0, can you tell me if it is good for you ?
Regards.
@Richou can you see this issue? https://github.com/Richou/react-native-android-location-enabler/issues/29
I have this problem when I upgraded to react-native 0.61.0-rc.3
@Adibacaj I'm facing the same issue in RN 61.5.
Have you solved this issue?
Try adding following dependency under app/build.gradle implementation 'com.google.android.gms:play-services-location:15.0.0' Make sure to change all the play services dependency to same version.
@singhvishal802 thank you for your advice. I changed my code to another approach using PermissionsAndroid from RN core.
If anyone want to know about it: https://facebook.github.io/react-native/docs/permissionsandroid
Hello,
New release of React-native https://facebook.github.io/react-native/blog/2019/07/03/version-60 has changed on how dependencies should be linked.
Regards,