When trying to work around the issues with initialRegion outlined in #1613, I tried using the MapView region prop.
I've noticed that panning doesn't work. Sometimes the map ends up of moving but it's unpredictable and choppy. Is anyone else seeing these issue?
Removing either provider={PROVIDER_GOOGLE} or region={this.state.region} fixes the panning issue.