react-native-scrollable-page-view
Version:
A ViewPager react-native and react-native-web.
29 lines • 745 B
JSON
{
"name": "react-native-scrollable-page-view",
"version": "0.0.2",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index.js",
"react-native": "src/index.tsx",
"source": "src/index.tsx",
"files": [
"src",
"lib"
],
"description": "A ViewPager react-native and react-native-web.",
"keywords": [
"react-native",
"ViewPager",
"UIPageViewController",
"react-native-scrollable-page-view"
],
"author": "heineiuo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/heineiuo/react-native-scrollable-page-view.git"
},
"bugs": {
"url": "https://github.com/heineiuo/react-native-scrollable-page-view/issues"
}
}