摘要: 接上一篇: /pages/SectionListDemo.js import React, {Fragment,Component} from 'react'; import { SafeAreaView, StyleSheet, ScrollView, View, Text, StatusBar, 阅读全文
posted @ 2019-09-03 19:33 liuw_flexi 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 接上一篇代码: 只修改了FlatListDemo.js里面的代码 import React, {Fragment,Component} from 'react'; import { SafeAreaView, StyleSheet, ScrollView, View, Text, StatusBar 阅读全文
posted @ 2019-09-03 16:56 liuw_flexi 阅读(2587) 评论(3) 推荐(0) 编辑
摘要: 1.新建项目 2.因为要用到导航跳转, 所以添加依赖,,这里拷贝这个: "dependencies": { "@types/react": "^16.9.2", "react": "16.8.6", "react-native": "^0.60.0", "react-native-gesture-h 阅读全文
posted @ 2019-09-03 15:33 liuw_flexi 阅读(819) 评论(0) 推荐(0) 编辑