cornem
Results
2
comments of
cornem
I think the issue here is that `map` is still `null` when the property is being set. Looking at [MapView.java](https://github.com/react-native-maps/react-native-maps/blob/master/android/src/main/java/com/rnmaps/maps/MapView.java), a number of props are set in a private field...
For a work-around (and potential root cause), see my comment in #5786.