您现在的位置:首页 >> 前端 >> 内容

reactnative各种居中(代码教程)

时间:2018/2/1 15:19:27 点击:

  核心提示:reactnative各种居中(代码教程)import React,{Component} from react;import {View,Text} from react-native;export...

reactnative各种居中(代码教程)

import React,{Component} from 'react';
import {View,Text} from 'react-native';

export default class Demo13Component extends Component{
    render(){
        return (
            
                
                    水平居中
                
                
                    垂直居中
                
                
                    水平垂直居中
                
            
        )
    }
}

Tags:RE EA AC CT 
作者:网络 来源:spfLinux的博