mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy Flow v0.85 to xplat/js
Reviewed By: fishythefish Differential Revision: D12898653 fbshipit-source-id: 2ed11ce569600fe4c12528939a350dd827c9a29a
This commit is contained in:
committed by
Facebook Github Bot
parent
04ea9762e2
commit
adc8a33fcf
@@ -397,8 +397,8 @@ export type Props = $ReadOnly<{|
|
||||
* - `false`, deprecated, use 'never' instead
|
||||
* - `true`, deprecated, use 'always' instead
|
||||
*/
|
||||
/* $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
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.85 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
keyboardShouldPersistTaps?: ?('always' | 'never' | 'handled' | false | true),
|
||||
/**
|
||||
|
||||
@@ -60,6 +60,9 @@ class StyleSheetValidation {
|
||||
}
|
||||
}
|
||||
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.85 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
static addValidStylePropTypes(stylePropTypes) {
|
||||
if (!__DEV__ || global.__RCTProfileIsProfiling) {
|
||||
return;
|
||||
|
||||
@@ -15,4 +15,7 @@ const React = require('React');
|
||||
/**
|
||||
* Whether the current element is the descendant of a <Text> element.
|
||||
*/
|
||||
/* $FlowFixMe(>=0.85.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.85 was deployed. To see the error, delete this comment
|
||||
* and run Flow. */
|
||||
module.exports = React.createContext(false);
|
||||
|
||||
Reference in New Issue
Block a user