@allow-large-files flow 0.84 xplat deploy

Reviewed By: samwgoldman

Differential Revision: D10851695

fbshipit-source-id: 951c628844bbbc7331d4e75f62485db88e5ba7c4
This commit is contained in:
Avik Chaudhuri
2018-10-25 18:14:12 -07:00
committed by Facebook Github Bot
parent 9687090b5b
commit 11552a7a7a
8 changed files with 20 additions and 9 deletions

View File

@@ -397,7 +397,9 @@ export type Props = $ReadOnly<{|
* - `false`, deprecated, use 'never' instead
* - `true`, deprecated, use 'always' instead
*/
// $FlowFixMe(site=react_native_fb) Issues found when typing ScrollView
/* $FlowFixMe(>=0.84.0 site=react_native_fb) This comment suppresses an error
* found when Flow v0.84 was deployed. To see the error, delete this comment
* and run Flow. */
keyboardShouldPersistTaps?: ?('always' | 'never' | 'handled' | false | true),
/**
* Called when the momentum scroll starts (scroll which occurs as the ScrollView glides to a stop).