{"id":17700705,"url":"https://github.com/wrathchaos/react-native-profile-header","last_synced_at":"2025-05-13T04:01:19.694Z","repository":{"id":57339223,"uuid":"301129819","full_name":"WrathChaos/react-native-profile-header","owner":"WrathChaos","description":"Customizable Profile Header with cool icons for React Native","archived":false,"fork":false,"pushed_at":"2020-10-13T07:30:04.000Z","size":23119,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T11:18:41.912Z","etag":null,"topics":["android","apple","development","front-end","google","header","ios","mobile","profile-header","react","react-native","reactjs"],"latest_commit_sha":null,"homepage":"https://freakycoder.com","language":"TypeScript","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/WrathChaos.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":"2020-10-04T12:55:32.000Z","updated_at":"2025-02-25T12:13:09.000Z","dependencies_parsed_at":"2022-09-16T07:23:59.834Z","dependency_job_id":null,"html_url":"https://github.com/WrathChaos/react-native-profile-header","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-profile-header","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-profile-header/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-profile-header/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-profile-header/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-profile-header/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253870865,"owners_count":21976613,"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":["android","apple","development","front-end","google","header","ios","mobile","profile-header","react","react-native","reactjs"],"created_at":"2024-10-24T17:42:52.541Z","updated_at":"2025-05-13T04:01:19.233Z","avatar_url":"https://github.com/WrathChaos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Profile Header\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Customizable Profile Header wih cool icons for React Native](https://img.shields.io/badge/-Customizable%20Profile%20Header%20wih%20cool%20icons%20for%20React%20Native-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-profile-header)\n\n[![npm version](https://img.shields.io/npm/v/react-native-profile-header.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-profile-header)\n[![npm](https://img.shields.io/npm/dt/react-native-profile-header.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-profile-header)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"React Native Profile Header\"\n        src=\"assets/Screenshots/RN-Profile-Header.gif\" /\u003e\n  \u003cimg alt=\"React Native Profile Header\"\n        src=\"assets/Screenshots/RN-Profile-Header.png\" /\u003e\n\u003c/p\u003e\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i react-native-profile-header\n```\n\n## Peer Dependencies\n\n\u003ch5\u003e\u003ci\u003eIMPORTANT! You need install them\u003c/i\u003e\u003c/h5\u003e\n\n```js\n\"@freakycoder/react-native-bounceable\": \"^0.1.1\",\n```\n\n# Usage\n\n## Import\n\n```jsx\nimport ProfileHeader from \"react-native-profile-header\";\n```\n\n## Fundamental Usage\n\n```jsx\n\u003cProfileHeader /\u003e\n```\n\n# Configuration - Props\n\n| Property                     |   Type    |  Default  | Description                                                                             |\n| ---------------------------- | :-------: | :-------: | --------------------------------------------------------------------------------------- |\n| onLeftButtonPress            | function  | undefined | set the logic for left aligned button                                                   |\n| onProfilePicPress            | function  | undefined | set the logic for profile picture                                                       |\n| onFirstIconPress             | function  | undefined | set the logic for first icon button                                                     |\n| onSecondIconPress            | function  | undefined | set the logic for second icon button                                                    |\n| onThirdIconPress             | function  | undefined | set the logic for third icon button                                                     |\n| profileImageSource           |   image   |  default  | change the profile image source                                                         |\n| leftAlignedButtonImageSource |   image   |  default  | change the left aligned button image source                                             |\n| firstIconImageSource         |   image   |  default  | change the first icon image source                                                      |\n| secondIconImageSource        |   image   |  default  | change the second icon image source                                                     |\n| thirdIconImageSource         |   image   |  default  | change the third icon image source                                                      |\n| titleText                    |  string   | undefined | change the title text                                                                   |\n| height                       |  number   |    50     | change the profile header's height                                                      |\n| backgroundColor              |   color   |   #fff    | change the profile header's background color                                            |\n| leftButtonComponent          | component |   Image   | set your own component instead of default left aligned Button Image                     |\n| disableFirstIcon             |  boolean  |   false   | disable the first icon                                                                  |\n| disableSecondIcon            |  boolean  |   false   | disable the second icon                                                                 |\n| disableThirdIcon             |  boolean  |   false   | disable the third icon                                                                  |\n| disableLeftAlignedButton     |  boolean  |   false   | disable the left aligned icon                                                           |\n| ImageComponent               | component |   Image   | set your own Image component instead of default react native Image such as; `FastImage` |\n| style                        |   style   |  default  | set or override your own style instead of default one                                   |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [ ] Write an article about the lib on Medium\n\n## Credits\n\nHeavily Inspired by [Enes Kargıcı](https://dribbble.com/shots/6530185-Beats-Mobile-App-Concept-Design), thank you so much!\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Profile Header is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-profile-header","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-profile-header","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-profile-header/lists"}