1.首页筛选功能 GDCommunalSiftMenu.js /** * 筛选菜单 */ import React, { Component, PropTypes } from 'react'; import { StyleSheet, Text, View, Image, ListView, TouchableOpacity, Dimensions, Platform, } from 'react-native'; // 获取屏幕宽高 const {width, height} = Dimen…