@ingenuity-labs/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).
16 lines (13 loc) • 551 B
JavaScript
import StatefulTableErrorView from './StatefulTableErrorView';
import StatefulTableInfoView from './StatefulTableInfoView';
import StatefulTableLoadingView from './StatefulTableLoadingView';
import StatefulTableView from './StatefulTableView';
import StatefulTableViewConstants from './StatefulTableViewConstants';
/* Export ==================================================================== */
module.exports = {
StatefulTableErrorView,
StatefulTableInfoView,
StatefulTableLoadingView,
StatefulTableView,
StatefulTableViewConstants,
};