{"id":4239,"url":"https://github.com/pwbrown/react-native-slidable-tab-bar","last_synced_at":"2025-08-04T00:32:42.916Z","repository":{"id":57340205,"uuid":"41267008","full_name":"pwbrown/react-native-slidable-tab-bar","owner":"pwbrown","description":"Slidable tab bar for react native with instant view rendering","archived":false,"fork":false,"pushed_at":"2015-08-24T02:44:35.000Z","size":1440,"stargazers_count":42,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-16T17:53:27.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwbrown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-23T20:56:13.000Z","updated_at":"2023-03-09T02:22:07.000Z","dependencies_parsed_at":"2022-08-26T04:30:43.228Z","dependency_job_id":null,"html_url":"https://github.com/pwbrown/react-native-slidable-tab-bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwbrown%2Freact-native-slidable-tab-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwbrown%2Freact-native-slidable-tab-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwbrown%2Freact-native-slidable-tab-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwbrown%2Freact-native-slidable-tab-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwbrown","download_url":"https://codeload.github.com/pwbrown/react-native-slidable-tab-bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228576898,"owners_count":17939645,"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-01-05T20:17:05.491Z","updated_at":"2024-12-07T07:31:34.005Z","avatar_url":"https://github.com/pwbrown.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-slidable-tab-bar\n\nEasily pass views into an organized view selector with a scrollable tab bar\n\n## Demo\n\n\u003ca href=\"https://raw.githubusercontent.com/pwbrown/react-native-slidable-tab-bar/master/SlidableTabBar.gif\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/pwbrown/react-native-slidable-tab-bar/master/SlidableTabBar.gif\" width=\"350\"\u003e\u003c/a\u003e\n\n## Add it to your project\n\n1. Run 'npm install react-native-slidable-tab-bar --save'\n2. 'var SlidableTabBar = require('react-native-slidable-tab-bar');'\n\n## Basic usage\n\n```javascript\nvar SlidableTabBar = require('react-native-slidable-tab-bar');\n\n//these are your own views(react classes)\nvar MyView1 = require('./MyView1');\nvar MyView2 = require('./MyView2');\nvar MyView3 = require('./MyView3');\nvar MyView4 = require('./MyView4');\n\nvar Main = React.createClass({\n\trender: function(){\n\t\treturn (\n\t\t\t\u003cSlidableTabBar\u003e\n\t\t\t\t\u003cMyView1 title=\"PAGE 1\" color=\"red\"/\u003e\n\t\t\t\t\u003cMyView2 title=\"PAGE 2\" color=\"blue\"/\u003e\n\t\t\t\t\u003cMyView3 title=\"PAGE 3\" color=\"green\"/\u003e\n\t\t\t\t\u003cMyView4 title=\"PAGE 4\" color=\"purple\"/\u003e\n\t\t\t\u003c/SlidableTabBar\u003e\n\t\t);\n\t},\t\n})\n```\n\n## Pass Navigator through to components\n\n```javascript\n\u003cSlidableTabBar\u003e\n\t\u003cMyView1 title=\"PAGE1\" color=\"red\" navigator={this.props.navigator}/\u003e\n\t.\n\t.\n\t.\n\u003c/SlidableTabBar\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwbrown%2Freact-native-slidable-tab-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwbrown%2Freact-native-slidable-tab-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwbrown%2Freact-native-slidable-tab-bar/lists"}