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:
Paco Estevez Garcia
2019-02-01 09:32:19 -08:00
committed by Facebook Github Bot
parent 84572c4051
commit 5ee738659b
7 changed files with 11 additions and 14 deletions

View File

@@ -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),
/**

View File

@@ -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') {