Skip to content

Instantly share code, notes, and snippets.

@suhanlee
Created September 28, 2018 19:43
Show Gist options
  • Save suhanlee/17dca661e63675b8dc7db68e92c8f373 to your computer and use it in GitHub Desktop.
Save suhanlee/17dca661e63675b8dc7db68e92c8f373 to your computer and use it in GitHub Desktop.
react native tips
class App extends Component {
constructor(props) {
super(props);
this.state = {
isConnected: true,
}
}
state = {
isConnected: true
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment