Guest User

Untitled

a guest
Aug 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import React, { Component } from 'react'
  2. import { Text, View } from 'react-native'
  3. export default App extends Component {
  4. render(){
  5. return (
  6. <View>
  7. <Text>Hello world</Text>
  8. </View>
  9. )
  10. }
  11. }
Add Comment
Please, Sign In to add comment