{"id":13624549,"url":"https://github.com/akinncar/rn-mirror-lists","last_synced_at":"2025-04-13T11:03:56.800Z","repository":{"id":46630800,"uuid":"411876197","full_name":"akinncar/rn-mirror-lists","owner":"akinncar","description":"🪞 Mirror scroll lists for React Native","archived":false,"fork":false,"pushed_at":"2021-10-04T00:28:16.000Z","size":41510,"stargazers_count":40,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-01T15:40:14.225Z","etag":null,"topics":["expo","react-native","scrollview"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/akinncar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"akinncar","custom":null}},"created_at":"2021-09-30T00:58:39.000Z","updated_at":"2023-09-18T02:16:02.000Z","dependencies_parsed_at":"2022-08-29T15:01:48.413Z","dependency_job_id":null,"html_url":"https://github.com/akinncar/rn-mirror-lists","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinncar%2Frn-mirror-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinncar%2Frn-mirror-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinncar%2Frn-mirror-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinncar%2Frn-mirror-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akinncar","download_url":"https://codeload.github.com/akinncar/rn-mirror-lists/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237335453,"owners_count":19293356,"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":["expo","react-native","scrollview"],"created_at":"2024-08-01T21:01:43.690Z","updated_at":"2025-02-05T16:39:40.833Z","avatar_url":"https://github.com/akinncar.png","language":"TypeScript","funding_links":["https://patreon.com/akinncar"],"categories":["TypeScript"],"sub_categories":[],"readme":"# rn-mirror-lists\n\nMirror scroll lists for React Native\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/example1.gif\" width=\"240\"/\u003e\n  \u003cimg src=\"assets/example2.gif\" width=\"240\"/\u003e\n  \u003cimg src=\"assets/example3.gif\" width=\"240\"/\u003e\n\u003c/p\u003e\n\n## Installation\n\n```sh\nyarn add rn-mirror-lists\n```\n\n## Usage\n\n```js\nimport { MirrorLists } from 'rn-mirror-lists';\n\n// ...\n\nconst data = [\n  {\n    id: 1,\n    image: 'https://avatars.githubusercontent.com/u/42688281?v=4',\n    description: 'This guy is really amazing',\n  },\n];\n\n// ...\n\n\u003cMirrorLists\n  data={data}\n  keyExtractor={({ item }) =\u003e item.id.toString()}\n  horizontalRenderItem={({ item }) =\u003e (\n    \u003cImage\n      source={{ uri: item.image }}\n      style={{\n        width: 64,\n        height: 64,\n        marginHorizontal: 12,\n        marginVertical: 8,\n        borderRadius: 32,\n      }}\n    /\u003e\n  )}\n  verticalRenderItem={({ item }) =\u003e (\n    \u003cText\u003e{item.description}\u003c/Text\u003e\n  )}\n  reverse={false} // optional\n/\u003e\n```\n\n## Example App\n\nYou can run the exmaple app on `/example` folder.\n\n```sh\ncd example \u0026\u0026 yarn start\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n## Contact\n\nAkinn Rosa - [Github](https://github.com/akinncar) - **[akinncar@hotmail.com](mailto:akinncar@hotmail.com)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinncar%2Frn-mirror-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakinncar%2Frn-mirror-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinncar%2Frn-mirror-lists/lists"}