I am trying to integrate OpenStreetMap into a React Native project. But I can't find any library or anything related to React Native in their GitHub account.
The only thing I can find relating to these to topics is the link below, in which there is no proper answer.
But I heard once that Mapbox uses OpenStreetMap as their source. Mapbox suggests a good way to integrate it into a React Native project:
https://github.com/mapbox/react-native-mapbox-gl
Is there a way to integrate OpenStreetMap into a React Native project or is it the case there's not proper support for it yet.
You can use a custom Tile Overlay (OpenStreetMap too) in react-native-maps
package: https://github.com/react-native-maps/react-native-maps
(scroll to Using a custom Tile Overlay section)
You need to add api key. You don't need to use Maps API at all and the key won't be used in that case.