Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clarification on initialRegion behaviour (react-native-maps#628)
* Add clarification on initialRegion behaviour Use case: specifying an `initialRegion` when `fitToSuppliedMarkers` is used in `ComponentDidMount` * Add recommendation on using `fitToSuppliedMarkers` Using `fitToSuppliedMarkers` in `ComponentDidMount` blocks the UI in Android before the map renders, nothing perceived in IOS simulator. This is to be expected since > Sometimes components will do additional work on componentDidMount, which might result in a second stutter in the transition. As stated in [rn docs](https://facebook.github.io/react-native/docs/performance.html#javascript-frame-rate)
- Loading branch information