Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 88692a1

Browse files
authored
Update README.md
1 parent 9ff01fc commit 88692a1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,14 @@ Plugin for [ReactXP](https://microsoft.github.io/reactxp/) that provides support
5454

5555
[`<Circle/>` Component API](docs/circle.md)
5656

57+
## Troubleshooting
58+
59+
### Geolocating does not work on Android
60+
61+
Make sure you have set the ACCESS_FINE_LOCATION permission in your AndroidManifest.xml.
62+
63+
If you are using Android API23+ you need to ask for the ACCESS_FINE_LOCATION permission at runtime.
64+
See https://facebook.github.io/react-native/docs/permissionsandroid for more information.
65+
5766
## License
5867
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)