[madman]: Fix MapView crashing problem.
This commit is contained in:
parent
e3e60983e6
commit
3ec3312c7c
|
@ -261,6 +261,7 @@ if (Platform.OS === 'android') {
|
|||
var RCTMap = createReactNativeComponentClass({
|
||||
validAttributes: merge(
|
||||
ReactNativeViewAttributes.UIView, {
|
||||
active: true,
|
||||
showsUserLocation: true,
|
||||
zoomEnabled: true,
|
||||
rotateEnabled: true,
|
||||
|
|
Loading…
Reference in New Issue