react-native-pager-view-navigator
Version:
**react-native-pager-view-navigator** provides custom React hooks to manage navigation in [react-native-pager-view](https://github.com/callstack/react-native-pager-view). The package offers two hooks for pager initialization and navigation management.
19 lines (18 loc) • 826 B
JSON
{
"name": "react-native-pager-view-navigator",
"version": "1.0.2",
"description": "**react-native-pager-view-navigator** provides custom React hooks to manage navigation in [react-native-pager-view](https://github.com/callstack/react-native-pager-view). The package offers two hooks for pager initialization and navigation management.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["react-native", "pager-view", "navigation", "hooks","react-native-pager-view-navigator"],
"author": "Switcherfaiz",
"repository":"https://github.com/Switcherfaiz/react-native-pager-view-navigator.git",
"license": "ISC",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-native": ">=0.64.0",
"react-navigation-backhandler": "^2.0.2"
}
}