https://github.com/facebook/react-native/issues/6552#issuecomment-269989962
在Android onContentSizeChange
中只调用一次onChange
而不是onContentSizeChange
.
码
{ this.setState({height: event.nativeEvent.contentSize.height}); }} style={{height: Math.max(35, this.state.height)}} />