react-native-webview-leaflet icon indicating copy to clipboard operation
react-native-webview-leaflet copied to clipboard

Build instructions

Open CarlQLange opened this issue 5 years ago • 2 comments
trafficstars

Hi, I would like to fork this and add a few features. Could you explain how to build this for local use? Thanks!

CarlQLange avatar Feb 24 '20 13:02 CarlQLange

+1

DanBrima avatar May 04 '20 13:05 DanBrima

Try this,

cd HTML
yarn install
yarn dist

It updates the WebViewLeaflet/assets/index.html

For reference on how to fork this, make a branch, and then consume your own changes check out npm install command shown in https://github.com/reggie3/react-native-webview-leaflet/pull/118

lowlyocean avatar Apr 06 '21 00:04 lowlyocean