Created
March 26, 2018 16:29
-
-
Save canokay/7d0a67c54830f10b99b4bb17dcb01ac5 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
type Props = {}; | |
export default class App extends Component<Props> { | |
render() { | |
return ( | |
<Text> | |
Merhaba Dünya! | |
</Text> | |
); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment