@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).
22 lines (21 loc) • 679 B
JSON
{
"name": "@ingenuity-labs/react-native-stateful-table-view",
"version": "1.0.3",
"description": "A React Native component based on FlatList that provides an option to display different views for each of its states (empty datasource, error, loading).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ingenuity-ph/react-native-stateful-table-view"
},
"keywords": [
"Stateful",
"Table",
"View"
],
"author": "Jason Jon E. Carreos",
"license": "MIT",
"homepage": "https://github.com/ingenuity-ph/react-native-stateful-table-view"
}