Last active
November 4, 2017 14:46
-
-
Save ckdevrel/3677f46504c797b4b6457d4787186937 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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