Skip to content

Instantly share code, notes, and snippets.

@rutvikbhatt9
Created May 28, 2019 04:40
Show Gist options
  • Save rutvikbhatt9/06c8fb141fc3d4d9d7c2ff0b64f95fb1 to your computer and use it in GitHub Desktop.
Save rutvikbhatt9/06c8fb141fc3d4d9d7c2ff0b64f95fb1 to your computer and use it in GitHub Desktop.
Constructor
constructor(props) {
super(props);
this.state = {
scrollY: new Animated.Value(0)
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment