Skip to content

Instantly share code, notes, and snippets.

@Gguigre
Created January 16, 2019 20:54
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 Gguigre/4bfb3d863e857dee4dbf815d109cc415 to your computer and use it in GitHub Desktop.
Save Gguigre/4bfb3d863e857dee4dbf815d109cc415 to your computer and use it in GitHub Desktop.
Sunshine complete Overview component
render() {
//...
return (
<TransitionView style={styles.container} animation="slideInDown">
{!!maxTemperature && !!minTemperature && !!weatherType && !!image && (
//...
}
</TransitionView>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment