andy-leezard / expo-leaflet

A Webview based Leaflet Component for React Native. This forked version tailors certain features and implements styles props.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-leaflet

A Leaflet map component with no native code

Forked by Andy Lee

  • Tailored feature automatic "flying to" on zoom change (prevented). Now give a specific trigger prop in order to call this method.
  • Expo-Leaflet RN Components styles are now customizable.

Build

  • Use Node version 16.20.0

/expo-leaflet

yarn build

/expo-leaflet/web make sure there is a folder called node_modules_temp

yarn run iterate

Run demo

  • Use Node version 18

../demo

yarn run iterate

Run demo

npx expo start

Using a virtual machine

npx expo start --tunnel

Documentation

Check out readme.md in the expo-leaflet directory.

About

A Webview based Leaflet Component for React Native. This forked version tailors certain features and implements styles props.


Languages

Language:HTML 90.7%Language:TypeScript 7.1%Language:JavaScript 2.1%Language:CSS 0.2%