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

A LeafletView component using WebView and Leaflet map for React Native applications

Results 40 react-native-leaflet issues
Sort by recently updated
recently updated
newest added

I received the following warning log message: The Leaflet module requires the main queue to be configured because it overrides `init` but does not implement `requiresMainQueueueSetup`. In a future release,...

ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCWebView' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","LogBox","Timing","AppState","SourceCode","BlobModule","WebSocketModule","DevSettings","DevToolsSettingsManager","Networking","Appearance","DevLoadingView","HeadlessJsTaskSupport","UIManager","DeviceInfo","ImageLoader","SoundManager","IntentAndroid","DeviceEventManager","RNGestureHandlerModule","I18nManager","StatusBarManager","StatusBarManager","NativeAnimatedModule","RNCSafeAreaContext","FileReaderModule","AccessibilityInfo"],"TurboModules":[],"NotFound":["NativePerformanceCxx","NativePerformanceObserverCxx","RedBox","BugReporting","LinkingManager","NativeReactNativeFeatureFlagsCxx","RNSModule","FrameRateLogger","KeyboardObserver","AccessibilityManager","RNCWebView"]},...

I got the following error log message: `Encountered an error loading page {"canGoBack": false, "canGoForward": false, "code": -1, "description": "net::ERR_FILE_NOT_FOUND", "loading": false, "target": 59, "title": "", "url": "file:///android_asset/leaflet.html"}` I was...

Using the `"react-native-leaflet-view": "^0.1.2"`, I'm getting the following warning. > Warning: LeafletView: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters...

Is there any way to provide an offline file-system-based set of open street map tiles to this leaflet implementation?

I have some problems with mapCenterPosition on IOS. I set default values lat and lng for mapCenterPosition. I'm in Europe, but get view of the map in USA. When I...

update README after upgrading to SDK 54 to remove deprecated readAsStringAsync method

Greetings. I'm trying to insert boundaries into the map, but it doesn't recognize them, even though they can extend up to longitude 1000. My code example is attached. ` mapLayers={changemaps...

"When any of the properties of ownPositionMarker change, instead of updating the component, it duplicates."