刘曙尘

导航

2020年6月18日 #

111

摘要: import React, {Component} from 'react'; import {Image, StyleSheet, Text, View} from 'react-native' import Swiper from 'react-native-swiper'; import To 阅读全文

posted @ 2020-06-18 20:09 刘曙尘 阅读(256) 评论(0) 推荐(0) 编辑

RN常用布局和CSS

摘要: < 容器属性 > #布局主轴方向 flexDirection : row :从左向右依次排列 row-reverse :从右向左依次排列 column :从上向下排列 column-reverse:从下向上排列 #元素沿着主轴对齐方式 justifyContent: flex-start :与主轴起 阅读全文

posted @ 2020-06-18 09:18 刘曙尘 阅读(830) 评论(0) 推荐(0) 编辑