pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
99 stars 42 forks source link

Unexpected token(1:0) #10

Open zhangyanni666 opened 2 years ago

zhangyanni666 commented 2 years ago

./node_modules/react-native-leaflet-view/lib/module/LeafletView/index.js:22:7 Module not found: Can't resolve '../../android/src/main/assets/leaflet.html' 20 | 21 | const LEAFLET_HTML_SOURCE = Platform.select({

22 | ios: require('../../android/src/main/assets/leaflet.html'), | ^ 23 | android: { uri: 'file:///android_asset/leaflet.html' }, 24 | });

zhangyanni666 commented 2 years ago

@pavel-corsaghin

zhangyanni666 commented 2 years ago

@miallo help me~~~

miallo commented 2 years ago

I am sorry for the late response... Is this still a problem for you? Can you verify, if ./node_modules/react-native-leaflet-view/lib/android/src/main/assets/leaflet.html exists? Did you run npm run ios after installation?