mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 12:25:59 +08:00
Remove unused suppressions
Reviewed By: yungsters Differential Revision: D7982027 fbshipit-source-id: 00e538dc678275495e097d9cd14a0a2643ebaefd
This commit is contained in:
committed by
Facebook Github Bot
parent
b127662279
commit
91c4b0357a
@@ -334,7 +334,6 @@ const ScrollView = createReactClass({
|
||||
* - `false`, deprecated, use 'never' instead
|
||||
* - `true`, deprecated, use 'always' instead
|
||||
*/
|
||||
// $FlowFixMe
|
||||
keyboardShouldPersistTaps: PropTypes.oneOf([
|
||||
'always',
|
||||
'never',
|
||||
|
||||
Reference in New Issue
Block a user