react-native-atoz-list
Version:
High performance fixed height ListView to be used for a contact list or friends list in your application
27 lines (26 loc) • 614 B
JSON
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.16.4",
"randomcolor": "^0.4.4",
"react": "15.3.2",
"react-native": "^0.35.0",
"react-native-atoz-list": "^1.0.2"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "16.0.0",
"babel-preset-react-native": "1.9.0",
"jest": "16.0.1",
"jest-react-native": "16.0.0",
"react-test-renderer": "15.3.2"
}
}