mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 11:40:33 +08:00
Update xplat/js to 0.92.0
Summary: This diff updates `xplat/js` to Flow 0.92.0 Reviewed By: panagosg7 Differential Revision: D13917049 fbshipit-source-id: 69613182badecd4c23aef25b79f7380d5604a13b
This commit is contained in:
committed by
Facebook Github Bot
parent
84572c4051
commit
5ee738659b
@@ -403,8 +403,8 @@ export type Props = $ReadOnly<{|
|
||||
* - `false`, deprecated, use 'never' instead
|
||||
* - `true`, deprecated, use 'always' instead
|
||||
*/
|
||||
/* $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
|
||||
/* $FlowFixMe(>=0.92.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.92 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
keyboardShouldPersistTaps?: ?('always' | 'never' | 'handled' | false | true),
|
||||
/**
|
||||
|
||||
@@ -118,9 +118,6 @@ class Inspector extends React.Component<
|
||||
attachToDevtools = (agent: Object) => {
|
||||
let _hideWait = null;
|
||||
const hlSub = agent.sub('highlight', ({node, name, props}) => {
|
||||
/* $FlowFixMe(>=0.63.0 site=react_native_fb) This comment suppresses an
|
||||
* error found when Flow v0.63 was deployed. To see the error delete this
|
||||
* comment and run Flow. */
|
||||
clearTimeout(_hideWait);
|
||||
|
||||
if (typeof node !== 'number') {
|
||||
|
||||
Reference in New Issue
Block a user