{"id":4367,"url":"https://github.com/weifxn/react-native-scrollview-header","last_synced_at":"2025-08-04T01:32:12.891Z","repository":{"id":57339808,"uuid":"167208838","full_name":"weifxn/react-native-scrollview-header","owner":"weifxn","description":"An Animated ScrollView Header for React Native","archived":false,"fork":false,"pushed_at":"2019-04-08T02:21:09.000Z","size":14850,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T10:52:12.118Z","etag":null,"topics":["android","ios","react-native","ui-components"],"latest_commit_sha":null,"homepage":"","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/weifxn.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-23T15:48:05.000Z","updated_at":"2023-05-02T15:40:36.000Z","dependencies_parsed_at":"2022-09-12T00:20:57.710Z","dependency_job_id":null,"html_url":"https://github.com/weifxn/react-native-scrollview-header","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weifxn/react-native-scrollview-header","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weifxn%2Freact-native-scrollview-header","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weifxn%2Freact-native-scrollview-header/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weifxn%2Freact-native-scrollview-header/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weifxn%2Freact-native-scrollview-header/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weifxn","download_url":"https://codeload.github.com/weifxn/react-native-scrollview-header/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weifxn%2Freact-native-scrollview-header/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268636320,"owners_count":24282075,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","ios","react-native","ui-components"],"created_at":"2024-01-05T20:17:09.689Z","updated_at":"2025-08-04T01:32:11.626Z","avatar_url":"https://github.com/weifxn.png","language":"JavaScript","funding_links":[],"categories":["Components"],"sub_categories":["UI"],"readme":"# React Native ScrollView Header\n\n[![npm (scoped)](https://img.shields.io/badge/react--native--scrollview--header-v1.0.6-green.svg)](https://github.com/weifxn/react-native-scrollview-header)\n\n_Animated ScrollView Header for React Native_\n\n\u003cimg src=\"https://github.com/weifxn/react-native-scrollview-header/blob/master/img/img.gif\" width=\"300\"\u003e\n\n## Installation\n\n```bash\n$ npm install react-native-scrollview-header\n```\n_or_\n```bash\n$ yarn add react-native-scrollview-header\n```\n\n## Usage\n\n```js\nimport React from 'react'\nimport { View } from 'react-native'\nimport Header from 'react-native-scrollview-header';\n\nclass Component extends React.Component {\n\trender() {\n\t\tconst data = [{ name: 'Pink Floyd', age: '30' }];\n\n\t\treturn (\n\t\t\t\u003cHeader title=\"Names\" barStyle={{ backgroundColor: 'grey' }}\u003e\n\t\t\t\t{data.map(item =\u003e (\n\t\t\t\t\t\u003cText\u003e {item.name} \u003c/Text\u003e\n\t\t\t\t))}\n\t\t\t\u003c/Header\u003e\n\t\t);\n\t}\n}\n```\n\n## Props\n\n| Prop  | Default  | Type | Description |\n| :------------ |:---------------:| :---------------:| :-----|\n| title | undefined | `string` | Title for header |\n| titleStyle | undefined | `object` | Styles for header title |\n| headerStyle | undefined | `object` | Styles for title container |\n| barStyle | undefined | `object` | Styles for header bar |\n| maxHeight | 130 | `number` | Maximum height of header (animated) |\n| minHeight | 95 | `number` | Minimum height of header (animated) |\n| extras | undefined | `object` | Extra items above title (icon) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweifxn%2Freact-native-scrollview-header","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweifxn%2Freact-native-scrollview-header","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweifxn%2Freact-native-scrollview-header/lists"}