Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ec3312

Browse files
committed
[madman]: Fix MapView crashing problem.
1 parent e3e6098 commit 3ec3312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Components/MapView/MapView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ if (Platform.OS === 'android') {
261261
var RCTMap = createReactNativeComponentClass({
262262
validAttributes: merge(
263263
ReactNativeViewAttributes.UIView, {
264+
active: true,
264265
showsUserLocation: true,
265266
zoomEnabled: true,
266267
rotateEnabled: true,

0 commit comments

Comments
 (0)