您可以使用道具设置标记annotations。
annotations
例如:
var markers = [ { latitude: 45.65, longitude: -78.90, title: 'Foo Place', subtitle: '1234 Foo Drive' } ]; <MapView region={...} annotations={markers} />