Skip to content

Instantly share code, notes, and snippets.

@yangga
Created August 18, 2018 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangga/6ad123f50a9d81178b327f677b07c23e to your computer and use it in GitHub Desktop.
Save yangga/6ad123f50a9d81178b327f677b07c23e to your computer and use it in GitHub Desktop.
test.rn.helloworld.js
import React, { Component } from 'react'
import { Text, View } from 'react-native'
export default App extends Component {
render(){
return (
<View>
<Text>Hello world</Text>
</View>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment