Skip to content

Instantly share code, notes, and snippets.

@canokay
Created March 26, 2018 16:29
Show Gist options
  • Save canokay/7d0a67c54830f10b99b4bb17dcb01ac5 to your computer and use it in GitHub Desktop.
Save canokay/7d0a67c54830f10b99b4bb17dcb01ac5 to your computer and use it in GitHub Desktop.
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