deploy 0.93

Summary:
upgrades flow version

allow-large-files
bypass-lint

Reviewed By: nmote

Differential Revision: D14095305

fbshipit-source-id: 000b3b2e085f673bc443fc8bc1b3aae1b42df0e9
This commit is contained in:
Daniel Sainati
2019-02-15 12:01:04 -08:00
committed by Facebook Github Bot
parent cbf65f2cf4
commit 8da1f1149f
13 changed files with 8 additions and 141 deletions

View File

@@ -1161,9 +1161,6 @@ const TextInput = createReactClass({
props.autoCapitalize = UIManager.getViewManagerConfig(
'AndroidTextInput',
).Constants.AutoCapitalizationType[props.autoCapitalize || 'sentences'];
/* $FlowFixMe(>=0.53.0 site=react_native_fb,react_native_oss) This comment
* suppresses an error when upgrading Flow's support for React. To see the
* error delete this comment and run Flow. */
let children = this.props.children;
let childCount = 0;
React.Children.forEach(children, () => ++childCount);