[f8] Make map zoomable on double-tap

This commit is contained in:
Alex Kotliarskyi 2015-03-02 19:24:46 -08:00
parent 902af4c729
commit 1aeeac1314
1 changed files with 1 additions and 1 deletions

View File

@ -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;