react-native-selectable-flatlist
Version:
Single/Multi Select Flatlist
28 lines • 632 B
JSON
{
"name": "react-native-selectable-flatlist",
"version": "1.0.3",
"description": "Single/Multi Select Flatlist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashrithks/react-native-selectable-flatlist.git"
},
"keywords": [
"react-native",
"selectable",
"Flatlist",
"select",
"multi-select"
],
"author": "Ashrith K S",
"license": "MIT",
"peerDependencies": {
"react-native": "*",
"lodash": "*",
"react-native-vector-icons": "*",
"prop-types": "*"
}
}