I have a requirement of creating maps in react native. the requirements are as follows:
I found there are 2 library's. react-native-maps and mapbox-gl. I read that react-native-maps user google-maps as provider . So in my case it will be not feasible as I have to use only OpenStreetMap provide.
Can anyone suggest me is there any other library where i can show such maps which in-turn should be using OpenStreetMap provider?
Check out the StackOverflow Discussion, which might help you with your query.