react-native-settings-list
Version:
A clean and highly customizable React Native implementation of a list of settings for a settings page.
36 lines (35 loc) • 957 B
JSON
{
"name": "react-native-settings-list",
"version": "1.8.0",
"description": "A clean and highly customizable React Native implementation of a list of settings for a settings page.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evetstech/react-native-settings-list.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"settings-list",
"settings"
],
"author": "Steve Singrattana <steve@projectinf.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/evetstech/react-native-settings-list/issues"
},
"homepage": "https://github.com/evetstech/react-native-settings-list#readme",
"devDependencies": {
"react-native": ">=0.18.0",
"react": ">=0.14.0"
},
"dependencies": {
"create-react-class": "^15.6.2",
"prop-types": "^15.5.10"
}
}