in my react native app I want to implement a map view where you can see custom markers with dynamic images placed all around the map. I have been checking Mapbox and Google maps as paid solutions but they seem pretty expensive so I decided to go with a free option and pay for a map tiler service like this: https://www.maptiler.com/cloud/pricing/ that is a cheaper solution.
Now I need a react-native library that lets me use a custom tile and render maps for free without an api key (can’t do this with mapbox or google maps).
I have checked these two libraries that are recent.
https://github.com/maplibre/maplibre-react-native
this seems like a fork of mapbox that you can use without api key
https://github.com/Multiware-Tecnologia/react-native-open-street-map, it seems this one is not working for ios, is apple maps free to use then?
please give me some suggestions