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

unable to resolve module react-native-webview

Open arkabase opened this issue 1 year ago • 1 comments

Hi,

I just installed the package in a fresh RN app and when I start the project the app can't find the react-native-webview module. I tried to delete node_modules and reinstall the app but same result. I can see the react-native-webview is declared as a dev dependency of react-native-leaflet-view, why is it ? Doesn't the app need it on in final build ?

I install with yarn and start the dev app on my android device with yarn android

arkabase avatar Mar 09 '24 15:03 arkabase

yes, it's a dependency error. you need to install react-native-webview

SerSerch avatar Apr 19 '24 09:04 SerSerch