react native 各種居中
import React,{Component} from 'react';
import {View,Text} from 'react-native';
export default class Demo13Component extends Component{
render(){
return (
<View>
<View style={{height:100,width:100,backgroundColor:'#eee',alignItems:'center'}}>
<Text>水平居中</Text>
</View>
<View style={{height:100,width:100,backgroundColor:'green',justifyContent:'center'}}>
<Text>垂直居中</Text>
</View>
<View style={{height:100,width:100,backgroundColor:'red',alignItems:'center',justifyContent:'center'}}>
<Text>水平垂直居中</Text>
</View>
</View>
)
}
}
相關文章
- 各種居中方案
- 各種CSS居中方案CSS
- CSS佈局-各種居中CSS
- [React Native]react-native-scrollabReact Native
- css實現盒子模型的各種居中方式CSS模型
- React Native Icon方案:react-native-svgReact NativeSVG
- React Native轉web方案:react-native-webReact NativeWeb
- React Native 使用 react-native-webview 渲染 HTMLReact NativeWebViewHTML
- react-native配置react-native-image-crop-pickerReact
- React Native選擇器元件-react-native-slidepickerReact Native元件IDE
- react-nativeReact
- React Native 上手React Native
- RN幾種腳手架工具的使用和對比(react-native-cli、create-react-native-app、exp)ReactAPP
- 《React Native高效開發》之create-react-native-appReact NativeAPP
- React Native / React除錯技巧React Native除錯
- react native 包學不包會系列--認識react nativeReact Native
- React Native 熱更新React Native
- 詳解 React NativeReact Native
- Redux for react native 指南ReduxReact Native
- React-Native ‘WKWebView` has no propType for native propReactWebView
- react/react-native效能優化React優化
- 在react中使用svg的各種騷姿勢ReactSVG
- [譯] Airbnb 在 React Native 上下的賭注(四):React Native 退役AIReact Native
- 16種方法實現水平居中垂直居中
- React Native --踩坑記 之 建立指定 React Native版本的專案React Native
- React Native 的未來與React HooksReact NativeHook
- PbootCMS導航欄 logo 居中判斷各種條件判斷和標籤bootGo
- React Native 環境搭建React Native
- React Native 整合code pushReact Native
- React-Native爬坑React
- React-Native實踐React
- [譯] 圖解 React Native圖解React Native
- React Native Router Navigations(3)React NativeNavigation
- React Native 初體驗React Native
- React Native 0.59 新特性React Native
- css居中幾種方法CSS
- React Native - react-native-code-push-熱更新外掛的使用[譯文]React Native
- React Native學習筆記----React Native簡介與環境安裝React Native筆記
- Flutter vs Native與React-Native:檢查效能FlutterReact