0.87.0 in xplat/js

Summary: allow-large-files

Reviewed By: samwgoldman

Differential Revision: D13230018

fbshipit-source-id: f07e2371a3b7382de0592cc7c7b20e7f4faa6889
This commit is contained in:
Panagiotis Vekris
2018-11-28 17:30:35 -08:00
committed by Facebook Github Bot
parent 585f7b916d
commit ef2084c6bd
11 changed files with 38 additions and 12 deletions

View File

@@ -315,8 +315,6 @@ class SelectionExample extends React.Component<
onChangeText={value => this.setState({value})}
onSelectionChange={this.onSelectionChange.bind(this)}
ref={textInput => (this._textInput = textInput)}
/* $FlowFixMe(>=0.78.0 site=react_native_android_fb) This issue was
* found when making Flow check .android.js files. */
selection={this.state.selection}
style={this.props.style}
value={this.state.value}