UNPKG

react-native-curved-bottom-bar

Version:

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.

47 lines (46 loc) 1.2 kB
{ "name": "react-native-curved-bottom-bar", "title": "React Native Curved Bottom Bar", "version": "1.6.0", "description": "A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/hoaphantn7604/react-native-curved-bottom-bar.git", "baseUrl": "https://github.com/hoaphantn7604/react-native-curved-bottom-bar" }, "keywords": [ "react-native", "elements", "components", "curved", "bottom", "tab-bar", "tabbar" ], "author": { "name": "Hoa Phan", "email": "hoaphantn7604@gmail.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x", "react-native-pager-view": "^5.4.4", "react-native-svg": "^12.1.1" }, "devDependencies": { "react": "*", "react-native": "*", "react-native-pager-view": "*", "react-native-svg": "*" }, "dependencies": { "d3-shape": "^2.1.0" } }