[madman]: Fix MapView crashing problem.

This commit is contained in:
Kevin Gozali 2015-06-25 21:02:53 -07:00
parent e3e60983e6
commit 3ec3312c7c
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ if (Platform.OS === 'android') {
var RCTMap = createReactNativeComponentClass({
validAttributes: merge(
ReactNativeViewAttributes.UIView, {
active: true,
showsUserLocation: true,
zoomEnabled: true,
rotateEnabled: true,