Skip to content

Instantly share code, notes, and snippets.

@infinitbility
Created May 19, 2020 13:56
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 infinitbility/09f697d26633e78fc428d5a03cf26439 to your computer and use it in GitHub Desktop.
Save infinitbility/09f697d26633e78fc428d5a03cf26439 to your computer and use it in GitHub Desktop.
class MyComponent extends React.Component {
constructor(props) {
super(props);
this.ScrollView = React.createRef();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment