Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Created July 11, 2019 05:20
Show Gist options
  • Select an option

  • Save anchetaWern/09c7ff7c98957f613f95710fbf8b6060 to your computer and use it in GitHub Desktop.

Select an option

Save anchetaWern/09c7ff7c98957f613f95710fbf8b6060 to your computer and use it in GitHub Desktop.
Pokedex Bot: render in App.js
render() {
return (
<View style={styles.container}>
<GiftedChat
messages={this.state.messages}
onSend={messages => this.onSend(messages)}
user={{
_id: 1
}}
/>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment