diff --git a/Libraries/Components/MapView/MapView.js b/Libraries/Components/MapView/MapView.js index ea10b959e..da4350e4c 100644 --- a/Libraries/Components/MapView/MapView.js +++ b/Libraries/Components/MapView/MapView.js @@ -261,6 +261,7 @@ if (Platform.OS === 'android') { var RCTMap = createReactNativeComponentClass({ validAttributes: merge( ReactNativeViewAttributes.UIView, { + active: true, showsUserLocation: true, zoomEnabled: true, rotateEnabled: true,