Skip to content

Instantly share code, notes, and snippets.

@calincrist
Created April 15, 2020 08:03
Show Gist options
  • Save calincrist/35e29b1705f9e5a18895a9d5c3e05df6 to your computer and use it in GitHub Desktop.
Save calincrist/35e29b1705f9e5a18895a9d5c3e05df6 to your computer and use it in GitHub Desktop.
const HomepageScreen = () => {
useEffect(() => {
Analytics.setCurrentScreen('Homepage');
}, []);
return ( … )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment