Skip to content

Instantly share code, notes, and snippets.

@tonyvu2014
Created June 10, 2018 08:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyvu2014/3dd0c811a46ffca29307e44bf7228d32 to your computer and use it in GitHub Desktop.
Save tonyvu2014/3dd0c811a46ffca29307e44bf7228d32 to your computer and use it in GitHub Desktop.
componentDidMount
componentDidMount() {
this.props.navigation.setParams({
onTabFocus: this.getFeeds
});
this.getFeeds()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment