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 35 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...