UNPKG

@sdcx/pull-to-refresh

Version:
41 lines (40 loc) 1.01 kB
{ "name": "@sdcx/pull-to-refresh", "description": "A react-native PullToRefresh component.", "version": "0.27.0", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "react-native": "src/index", "nativePackage": true, "files": [ "src", "dist", "android", "ios", "RNPullToRefresh.podspec", "!android/build", "!ios/build", "!**/__tests__" ], "repository": "https://github.com/sdcxtech/react-native-troika", "homepage": "https://github.com/sdcxtech/react-native-troika/tree/master/packages/pull-to-refresh/README.md", "author": "sdcx", "license": "MIT", "keywords": [ "react-native", "pull-to-refresh", "refresh-control" ], "scripts": { "build": "rm -rf ./dist && tsc -p tsconfig.json", "prepare": "npm run build", "tsc": "tsc", "test": "jest", "lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx" }, "peerDependencies": { "react": ">=16.8", "react-native": ">=0.60" }, "devDependencies": {} }