react-native-leaflet
react-native-leaflet copied to clipboard
Support for defaultProps will be removed
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.