Skip to content

Instantly share code, notes, and snippets.

@ckdevrel
Last active November 4, 2017 14:46
Show Gist options
  • Save ckdevrel/3677f46504c797b4b6457d4787186937 to your computer and use it in GitHub Desktop.
Save ckdevrel/3677f46504c797b4b6457d4787186937 to your computer and use it in GitHub Desktop.
JAVA React Native
1. public class App { class App extends Component {
Props probs = new Props(); render() {
props.setTitle("Awesome React"); return (
Toolbar toolbar = new Toolbar(props); <Toolbar
title='Awesome React' />
//Do your stuff );
} }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment