react-native-hide-tab-bar
Version:
A React Native hook to hide the bottom tab bar on scroll
36 lines (35 loc) • 802 B
JSON
{
"name": "react-native-hide-tab-bar",
"version": "1.0.5",
"description": "A React Native hook to hide the bottom tab bar on scroll",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/BirajSingha/react-native-hide-tab-bar"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"tab-bar",
"react-native-tab-bar",
"react-native-bottom-tab-bar",
"hide",
"scroll",
"custom-hook"
],
"author": "Biraj Singha",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.65.0"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-native": "^0.73.0",
"typescript": "^5.8.2"
}
}