UNPKG

react-native-bottom-navigation

Version:

A top-level component following the 'Bottom navigation' Material Design spec.

40 lines (39 loc) 961 B
{ "name": "react-native-bottom-navigation", "version": "0.7.6", "description": "A top-level component following the 'Bottom navigation' Material Design spec.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/orhan/react-native-bottom-navigation" }, "keywords": [ "react-native-component", "react-component", "react-native", "ios", "android", "tabs", "tab", "material-design", "bottom", "navigation" ], "author": "Orhan Sönmez", "license": "MIT", "bugs": { "url": "https://github.com/orhan/react-native-bottom-navigation/issues" }, "peerDependencies": { "react-native": ">=0.20.0" }, "dependencies": { "parse-color": "^1.0.0", "prop-types": "^15.5.10", "ramda": "^0.21.0" }, "homepage": "https://github.com/orhan/react-native-bottom-navigation" }