pavel-corsaghin / react-native-leaflet

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

Support for defaultProps will be removed #49

Open nirajniroula opened 2 months ago

nirajniroula commented 2 months ago

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

The map is rendered normally though.

devesmee commented 1 week ago

Hey, I created a PR for this, hope it will be approved and merged soon.