2

I have a requirement of creating maps in react native. the requirements are as follows:

  • Only use use OpenStreetMap API's
  • Implement Dark Mode
  • The screens to be developed are -
  • screen 1
  • screen 2

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?

Shreya B
  • 305
  • 2
  • 14

1 Answers1

2

Check out the StackOverflow Discussion, which might help you with your query.

How to integrate OpenStreetMap into a react-native project?

Jignesh Mayani
  • 6,937
  • 1
  • 20
  • 36