React-Native之(小白计划七)SectionList带分类的列表

代码: import React, { Component } from 'react'; import { StyleSheet, Text, View, SectionList,//分类列表 } from 'react-native'; const CITY_NAMES = [ {title:'一线',data:['北京','上海','广州','深
相关文章
相关标签/搜索