mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
@allow-large-files flow 0.84 xplat deploy
Reviewed By: samwgoldman Differential Revision: D10851695 fbshipit-source-id: 951c628844bbbc7331d4e75f62485db88e5ba7c4
This commit is contained in:
committed by
Facebook Github Bot
parent
9687090b5b
commit
11552a7a7a
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user