Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 457 Bytes

react-native-leaflet-expo

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.

How to use

package.json:

{
  "dependencies": {
    "react-native-leaflet-view": "lichtmetzger/react-native-leaflet-expo",
    ...
}