以用户位置为中心的 MapView

Center a MapView on users location

如何使 MapView 以当前用户位置为中心?

<MapView
  provider={PROVIDER_GOOGLE}
  initialRegion={region}
  style={mapStyle}
  onPress={() => Keyboard.dismiss()}
  showsUserLocation
  region={region}
/>

阅读这篇文章,详细了解如何操作。 How to auto zoom into your current location using React Native Maps