Skip to content

Instantly share code, notes, and snippets.

@dharavp
Created November 27, 2018 11:33
Show Gist options
  • Save dharavp/9b10a09b5ef8b08d983fb9421a7d471d to your computer and use it in GitHub Desktop.
Save dharavp/9b10a09b5ef8b08d983fb9421a7d471d to your computer and use it in GitHub Desktop.
constructor(props) {
super(props);
this.page = 1;
this.state = {
loading: false, // user list loading
isRefreshing: false, //for pull to refresh
data: [], //user list
error: ''
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment