react-native-scroll-up
Version:
A React Native component to add custom button for scrolling back to top
32 lines (31 loc) • 833 B
JSON
{
"name": "react-native-scroll-up",
"version": "0.1.6",
"description": "A React Native component to add custom button for scrolling back to top",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rizalibnu/react-native-scroll-up.git"
},
"keywords": [
"react-native",
"scrollup",
"scrolltotop"
],
"author": "Rizal Ibnu <hello@rizalibnu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rizalibnu/react-native-scroll-up/issues"
},
"homepage": "https://github.com/rizalibnu/react-native-scroll-up#readme",
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.46.1"
}
}