UNPKG

react-native-swipe-list-view

Version:
37 lines (36 loc) 896 B
{ "name": "react-native-swipe-list-view", "version": "2.0.0", "main": "lib/index.js", "author": "Jesse Sessler <jesse.sessler@gmail.com>", "description": "A ListView with rows that swipe open and closed.", "scripts": { "start": "node_modules/react-native/packager/packager.sh", "dev": "node bin/dev.js && cd SwipeListExample && npm run start" }, "repository": { "type": "git", "url": "https://github.com/jemise111/react-native-swipe-list-view" }, "types": "./types/index.d.ts", "license": "MIT", "keywords": [ "react", "react-native", "react-component", "ios", "android", "listview", "swipe", "swipeable" ], "peerDependencies": { "prop-types": ">=15.5.0", "react": ">=0.14.8", "react-native": ">=0.23.1" }, "devDependencies": { "@types/react": "^16.8.20", "@types/react-native": "^0.57.63" } }