@shenorg/ss_rn_native_pull_refresh
Version:
React Native 自定义 RefreshControl 组件.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@shenorg/ss_rn_native_pull_refresh",
"title": "React Native Native Pull Refresh",
"version": "0.0.11",
"description": "React Native 自定义 RefreshControl 组件.",
"main": "js/index.js",
"types": "js/index.d.ts",
"files": [
"README.md",
"android",
"js",
"ios",
"ss_rn_native_pull_refresh.podspec"
],
"scripts": {
"start": "npm run start --prefix ./example",
"ios": "npm run ios --prefix ./example",
"android": "npm run android --prefix ./example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shjyy1983/ss_rn_native_pull_refresh.git",
"baseUrl": "https://github.com/shjyy1983/ss_rn_native_pull_refresh.git"
},
"keywords": [
"react-native",
"full refresh",
"RefreshControl",
"native"
],
"author": {
"name": "SHEN",
"email": "shjyy1983@163.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}