import React, {Component} from 'react'; import {StyleSheet, Text, View} from 'react-native'; import {Button} from 'react-native-elements' import Color from '../style/color'; const ListEmptyRefreshable = (props) => { let text = props.error ? '出错了 :(' : props.message; return ( {text}