[f8] Make map zoomable on double-tap
This commit is contained in:
parent
902af4c729
commit
1aeeac1314
|
@ -24,7 +24,7 @@ var ScrollViewPropTypes = {
|
|||
showsHorizontalScrollIndicator: nativePropType(PropTypes.bool),
|
||||
showsVerticalScrollIndicator: nativePropType(PropTypes.bool),
|
||||
style: StyleSheetPropType(ViewStylePropTypes),
|
||||
throttleScrollCallbackMS: nativePropType(PropTypes.number), // 200ms
|
||||
throttleScrollCallbackMS: nativePropType(PropTypes.number), // null
|
||||
};
|
||||
|
||||
module.exports = ScrollViewPropTypes;
|
||||
|
|
Loading…
Reference in New Issue