UNPKG

@whir-react-native/react-native-template

Version:
15 lines (13 loc) 284 B
import React from 'react' import { Text, View } from 'react-native' export default () => ( <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#fff', }}> <Text style={{ width: 60 }}>Home2</Text> </View> )