{"id":16082088,"url":"https://github.com/varunon9/react-native-web-scrollable-tab-view","last_synced_at":"2025-09-10T14:43:30.064Z","repository":{"id":34049720,"uuid":"167487667","full_name":"varunon9/react-native-web-scrollable-tab-view","owner":"varunon9","description":"Scrollable Tab View for react-native-web","archived":false,"fork":false,"pushed_at":"2023-05-22T07:58:01.000Z","size":120,"stargazers_count":4,"open_issues_count":10,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T07:36:51.927Z","etag":null,"topics":["react-native","react-native-web","scrollable-tab-view","swipeable-views"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/varunon9.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-25T05:01:31.000Z","updated_at":"2023-04-25T06:54:29.000Z","dependencies_parsed_at":"2024-10-27T17:22:44.717Z","dependency_job_id":"d001b44a-8bcd-4c9f-a56d-69507c7ef473","html_url":"https://github.com/varunon9/react-native-web-scrollable-tab-view","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"694cf40b894d18b432265370eacc7959e19c5d98"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunon9%2Freact-native-web-scrollable-tab-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunon9%2Freact-native-web-scrollable-tab-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunon9%2Freact-native-web-scrollable-tab-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunon9%2Freact-native-web-scrollable-tab-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varunon9","download_url":"https://codeload.github.com/varunon9/react-native-web-scrollable-tab-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243906005,"owners_count":20366953,"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":["react-native","react-native-web","scrollable-tab-view","swipeable-views"],"created_at":"2024-10-09T11:25:24.274Z","updated_at":"2025-03-18T06:30:23.726Z","avatar_url":"https://github.com/varunon9.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-web-scrollable-tab-view\nScrollable Tab View for react-native-web\n\nSince `react-native-scrollable-tab-view` (https://github.com/ptomasroos/react-native-scrollable-tab-view) has no official support for `react-native-web` as of now, I wrote a basic vaersion of it using `react-swipeable-views`\n\nCheck github Issue: https://github.com/ptomasroos/react-native-scrollable-tab-view/issues/973\n\n### Add it to your react-native-web project\n\n1. `yarn add react-native-web-scrollable-tab-view`\n2. Mock `react-native-scrollable-tab-view` to this module in webpack.config.js file\n  ```\n  alias: {\n    // Support React Native Web\n    // https://www.smashingmagazine.com/2016/08/a-glimpse-into-the-future-with-react-native-for-web/\n    'react-native': 'react-native-web',\n    'react-native-scrollable-tab-view': 'react-native-web-scrollable-tab-view'\n  }\n  ```\n3. In your react-native code, you would be using it like this-\n  ```\n  import ScrollableTabView, { ScrollableTabBar } from 'react-native-scrollable-tab-view';\n\n  render() {\n    return (\n      \u003cScrollableTabView renderTabBar={() =\u003e \u003cScrollableTabBar\n        activeTextColor=\"#fff\"\n        backgroundColor=\"#ac3b56\"\n        inactiveTextColor=\"#eee9e9\"\n      /\u003e}\u003e\n        \u003cRank tabLabel=\"Rank\" /\u003e\n        \u003cScore tabLabel=\"Score\" /\u003e\n        \u003cRate tabLabel=\"Rate\" /\u003e\n      \u003c/ScrollableTabView\u003e\n    );\n  }\n  ```\n  4. This is very basic version and only above props are supported. PRs are welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunon9%2Freact-native-web-scrollable-tab-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarunon9%2Freact-native-web-scrollable-tab-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunon9%2Freact-native-web-scrollable-tab-view/lists"}