react-native-view-pager
Version:
Platform independent paged ScrollView. Mimics ViewPagerAndroid on iOS.
34 lines (33 loc) • 810 B
JSON
{
"name": "react-native-view-pager",
"version": "0.2.3",
"description": "Platform independent paged ScrollView. Mimics ViewPagerAndroid on iOS.",
"main": "src",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"viewpager",
"scrollview",
"paged"
],
"peerDependencies": {
"react-native": ">=0.5"
},
"author": "Bas Pellis <bas@webcomrades.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/baspellis/react-native-view-pager.git"
},
"bugs": {
"url": "https://github.com/baspellis/react-native-view-pager/issues"
},
"homepage": {
"url": "https://github.com/baspellis/react-native-view-pager#readme"
}
}