UNPKG

react-native-stateful-table-view

Version:

A React Native component based on FlatList that provides an option to display different views for each of its states (empty datasource, error, loading).

22 lines (19 loc) 339 B
import { StyleSheet, } from 'react-native'; export default StyleSheet.create({ text: { color: 'red', textAlign: 'center', }, view: { backgroundColor: 'transparent', borderColor: 'gray', borderRadius: 3, borderWidth: 2, marginTop: 20, padding: 5, paddingLeft: 15, paddingRight: 15, } });