实战View控件
1.加载View组件
import { AppRegistry, StyleSheet, Text, View } from 'react-native';
2.创建组件
3.添加样式表
4.注册入口
5.外层布局