rn-bottom-menu
Version:
React Native custom bottom menu
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "rn-bottom-menu",
"version": "1.0.3",
"description": "React Native custom bottom menu",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crackers256/rn-bottom-menu.git"
},
"keywords": [
"Bottom",
"Menu",
"Custom",
"Bottom",
"Menu",
"Sliding",
"Bottom",
"Menu"
],
"author": "Hardik Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/crackers256/rn-bottom-menu/issues"
},
"homepage": "https://github.com/crackers256/rn-bottom-menu#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-navigation/bottom-tabs": "*",
"@react-navigation/native": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-svg": "*"
},
"dependencies": {
"d3-shape": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-native": "^0.72.8",
"typescript": "^5.7.3"
}
}