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

The Leaflet module requires the main queue to be configured because it overrides `init`

Open PashaEfimchik opened this issue 7 months ago • 0 comments

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, React Native will default to initialising all native modules in the background thread unless explicitly forbidden.

I've been working with "expo":"~49.0.15", "react": "18.2.0.0", npm version 10.2.4 and tested on ios simulator.

How can this warning be fixed?

PashaEfimchik avatar Jul 11 '24 19:07 PashaEfimchik