Is it possible to hide QuickType from keyboard in TextInput ?
Disabling autocorrect also removes the QuickType suggestions:
<TextInput onChangeText={(text) => this.setState({text})} value={this.state.text} autoCorrect={false} />