UNPKG

react-native-nested-checboxes

Version:

react-native-nested-checkboxes is a simple implementation of checkboxes in nested hierarical style.

31 lines (30 loc) 850 B
{ "name": "react-native-nested-checboxes", "version": "2.0.1", "description": "react-native-nested-checkboxes is a simple implementation of checkboxes in nested hierarical style.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gagtic/NestedCheckBox.git" }, "keywords": [ "Nested", "Checkboxes", "react-native-nested-checboxes", "react", "native" ], "author": "Muhammad Abdul Ahad <m_abdul.ahad@outlook.com>", "license": "ISC", "bugs": { "url": "https://github.com/gagtic/NestedCheckBox/issues" }, "homepage": "https://github.com/gagtic/NestedCheckBox#readme", "dependencies": { "@react-native-community/checkbox": "^0.5.9", "react-native-vector-icons": "^9.0.0" } }