mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 10:39:50 +08:00
@allow-large-files [flow] Bump xplat/js to 0.91 and remove unused suppressions
Summary: Upgrades flow in xplat/js to 0.91. This diff also adds and removes suppressions. Reviewed By: samwgoldman Differential Revision: D13720697 fbshipit-source-id: 1bf8830ce286db92277476a2d2404cf0c0dddca2
This commit is contained in:
committed by
Facebook Github Bot
parent
1f912b9f31
commit
be51dbc214
@@ -403,8 +403,8 @@ export type Props = $ReadOnly<{|
|
||||
* - `false`, deprecated, use 'never' instead
|
||||
* - `true`, deprecated, use 'always' instead
|
||||
*/
|
||||
/* $FlowFixMe(>=0.89.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.89 was deployed. To see the error, delete this comment
|
||||
/* $FlowFixMe(>=0.91.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.91 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
keyboardShouldPersistTaps?: ?('always' | 'never' | 'handled' | false | true),
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user