
ReactNative
JafarOne
iOS开发者
Android开发者
React-Native开发者
移动安全攻防
展开
-
RN盒模型以及FlexDirection布局
颜色值https://reactnative.cn/docs/0.51/colors.html#content盒模型加边框垂直关系是否换行主轴排列方式次轴排列方式学会使用界面调试器进行调试三个Item平分布局Item组件/** * Sample React Native App * http...原创 2018-04-12 11:00:08 · 1913 阅读 · 0 评论 -
RN的高性能FlatList(相当于安卓的RecycleView、iOS的TableView)组件的基本使用
电影列表Item 先输出Item组件/** * Sample React Native App * https://github.com/facebook/react-native * @flow */import React, { Component } from 'react';import { Platform, StyleSheet, Text, View,原创 2018-04-12 18:18:43 · 1528 阅读 · 0 评论