Skip to content

Instantly share code, notes, and snippets.

@martinwairegi
Created February 4, 2022 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinwairegi/f9273f205b588978c96f17fb33beed3c to your computer and use it in GitHub Desktop.
Save martinwairegi/f9273f205b588978c96f17fb33beed3c to your computer and use it in GitHub Desktop.
render() {
return (
<View>
...
<Toast ref={(toast) => this.toast = toast}/>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment