UNPKG

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

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