{"id":19779964,"url":"https://github.com/jondot/react-native-group-image","last_synced_at":"2025-04-30T21:32:42.439Z","repository":{"id":66314351,"uuid":"87575897","full_name":"jondot/react-native-group-image","owner":"jondot","description":"A \u003cGroupImage /\u003e component for React Native. A group image will be responsive towards the amount of images it needs to display","archived":false,"fork":false,"pushed_at":"2017-04-07T19:00:17.000Z","size":164,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T04:51:11.872Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","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/jondot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-07T18:34:18.000Z","updated_at":"2019-06-28T18:15:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e7933d9-f837-471b-b0c1-793e5c96ad8d","html_url":"https://github.com/jondot/react-native-group-image","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/jondot%2Freact-native-group-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jondot%2Freact-native-group-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jondot%2Freact-native-group-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jondot%2Freact-native-group-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jondot","download_url":"https://codeload.github.com/jondot/react-native-group-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251785591,"owners_count":21643504,"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"],"created_at":"2024-11-12T05:38:15.852Z","updated_at":"2025-04-30T21:32:42.433Z","avatar_url":"https://github.com/jondot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GroupImage\n\nA `\u003cGroupImage /\u003e` component for React Native. A group image will be responsive\ntowards the amount of image it needs to display (up to four), and is commonly\nused in chat application and social networks.\n\n\n![Group Image on a Chat UI](assets/groupimage.png)\n\n## Quick Start\n\nInstall via `yarn`:\n\n```\n$ yarn add react-native-group-image\n```\n\n## Usage\n\n```jsx\nimport GroupImage from 'react-native-group-image'\n\nconst Foo = ({images})=\u003e \u003cGroupImage images={images} /\u003e\n\nexport default Foo\n```\n\nWhere `images` is an array of image assets:\n\n```json\n{ uri: 'http://to.img/'}\n```\n\nFor more, check out the [storybook examples](storybook/stories/index.js).\n\n## Hacking\n\nRun tests with `jest`:\n\n```\n$ yarn test\n```\n\nor watch tests with `yarn watch`.\n\nRun Storybook with `storybook`:\n\n```\n$ yarn storybook\n```\n\n*Note*: you should have a host app already running,\nyou can point storybook at it by editing [storybook/app.json](storybook/app.json) and\nplacing the registered app name there.\n\nIf you don't have a host app running you can make one by doing this:\n\n```\n$ react-native init NewApp\n$ cd NewApp\n$ npm i -g getstorybook \u0026\u0026 getstorybook\n$ react-native run-ios\n```\n\nThe name `NewApp` is the one configured by default here.\n\n\n\n# Contributing\n\nFork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).\n\n# Copyright\n\nCopyright (c) 2017 [Dotan Nahum](http://gplus.to/dotan) [@jondot](http://twitter.com/jondot). See [LICENSE](LICENSE.txt) for further details.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondot%2Freact-native-group-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjondot%2Freact-native-group-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjondot%2Freact-native-group-image/lists"}