{"id":18488528,"url":"https://github.com/react-navigation/material-bottom-tabs","last_synced_at":"2025-04-08T21:30:33.323Z","repository":{"id":54746355,"uuid":"132165538","full_name":"react-navigation/material-bottom-tabs","owner":"react-navigation","description":"A Material Design bottom tab navigator for React Navigation","archived":true,"fork":false,"pushed_at":"2020-02-25T11:25:58.000Z","size":1717,"stargazers_count":175,"open_issues_count":1,"forks_count":39,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-14T04:19:55.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/react-navigation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-04T16:45:06.000Z","updated_at":"2023-04-30T21:37:05.000Z","dependencies_parsed_at":"2022-08-14T01:31:09.299Z","dependency_job_id":null,"html_url":"https://github.com/react-navigation/material-bottom-tabs","commit_stats":null,"previous_names":["react-navigation/react-navigation-material-bottom-tabs","react-navigation/react-navigation-material-bottom-tab-navigator"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-navigation%2Fmaterial-bottom-tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-navigation%2Fmaterial-bottom-tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-navigation%2Fmaterial-bottom-tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/react-navigation%2Fmaterial-bottom-tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/react-navigation","download_url":"https://codeload.github.com/react-navigation/material-bottom-tabs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332555,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T12:51:51.291Z","updated_at":"2025-04-08T21:30:33.302Z","avatar_url":"https://github.com/react-navigation.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"This package has been moved to https://github.com/react-navigation/react-navigation/tree/4.x/packages/material-bottom-tabs\n\n---\n\n# React Navigation Material Bottom Tabs\n\nBottom Navigation component following [Material design guidelines](https://material.io/design/components/bottom-navigation.html) to use with React Navigation. Uses the Bottom Navigation component from [React Native Paper](https://callstack.github.io/react-native-paper/bottom-navigation.html).\n\n## Installation\n\nOpen a Terminal in your project's folder and run,\n\n```sh\nyarn add react-navigation-material-bottom-tabs react-native-paper\n```\n\nIf you're on a vanilla React Native project, you also need to install and link [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons).\n\n```sh\nyarn add react-native-vector-icons\nreact-native link react-native-vector-icons\n```\n\nIf you don't want to install vector icons, you can use [babel-plugin-optional-require](https://github.com/satya164/babel-plugin-optional-require) to opt-out.\n\nIf you use Expo, you don't need to install vector icons. But you will need to make sure that your `.babelrc` includes `babel-preset-expo`:\n\n```json\n{\n  \"presets\": [\"expo\"]\n}\n```\n\nIf you don't use React Native Paper app, you should also add `react-native-paper/babel` to your `.babelrc` to avoid importing the whole library. See the [Getting Started guide](https://callstack.github.io/react-native-paper/getting-started.html) for more information.\n\n## Usage\n\n```js\nimport { createMaterialBottomTabNavigator } from 'react-navigation-material-bottom-tabs';\n\nexport default createMaterialBottomTabNavigator({\n  Album: { screen: Album },\n  Library: { screen: Library },\n  History: { screen: History },\n  Cart: { screen: Cart },\n}, {\n  initialRouteName: 'Album',\n  activeColor: '#F44336',\n});\n```\n\n## Docs\n\nDocumentation can be found on the [React Navigation website](https://reactnavigation.org/docs/material-bottom-tab-navigator.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-navigation%2Fmaterial-bottom-tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freact-navigation%2Fmaterial-bottom-tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freact-navigation%2Fmaterial-bottom-tabs/lists"}