This is a fork of https://github.com/pavel-corsaghin/react-native-leaflet/
I created it because the original project does not work in Expo preview mode.
This one does, but it also requires Expo. If you only use React Native without Expo, refer to the project of pavel-corsaghin.
package.json:
{
"dependencies": {
"react-native-leaflet-view": "lichtmetzger/react-native-leaflet-expo",
...
}