{"id":17658685,"url":"https://github.com/xcarpentier/rn-slideshow","last_synced_at":"2025-05-07T12:44:58.869Z","repository":{"id":38941041,"uuid":"211361649","full_name":"xcarpentier/rn-slideshow","owner":"xcarpentier","description":"🌁Slideshow with expo, theming, customizable footer, etc","archived":false,"fork":false,"pushed_at":"2023-12-19T16:53:54.000Z","size":1443,"stargazers_count":7,"open_issues_count":18,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T10:11:21.000Z","etag":null,"topics":["expo","react-native","slideshow"],"latest_commit_sha":null,"homepage":"","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/xcarpentier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"xcarpentier","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-09-27T16:37:00.000Z","updated_at":"2024-04-02T17:40:30.000Z","dependencies_parsed_at":"2025-03-11T04:30:50.495Z","dependency_job_id":"c91c8899-b078-439b-b2e1-686ee400c6e5","html_url":"https://github.com/xcarpentier/rn-slideshow","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/xcarpentier%2Frn-slideshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcarpentier%2Frn-slideshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcarpentier%2Frn-slideshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xcarpentier%2Frn-slideshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xcarpentier","download_url":"https://codeload.github.com/xcarpentier/rn-slideshow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252881327,"owners_count":21819146,"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","slideshow"],"created_at":"2024-10-23T15:28:25.493Z","updated_at":"2025-05-07T12:44:58.844Z","avatar_url":"https://github.com/xcarpentier.png","language":"TypeScript","funding_links":["https://github.com/sponsors/xcarpentier"],"categories":[],"sub_categories":[],"readme":"| iOS                                                                                               | Android                                                                                           |\n| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |\n| \u003cimg  src=\"https://media.giphy.com/media/JQFk2IyQs98uS5kw3O/giphy.gif\" width=\"200\" height=\"400\"/\u003e | \u003cimg  src=\"https://media.giphy.com/media/RiDwb8vlhw9LRb9Rxq/giphy.gif\" width=\"200\" height=\"400\"/\u003e |\n\n# rn-slideshow\n\nSlideshow with expo, theming, customizable footer, etc\n\n# Install\n\n`yarn add rn-slideshow`\n\n# Usage\n\n```tsx\nimport React from 'react'\nimport { Slideshow } from 'rn-slideshow'\n\nexport default function App() {\n  return (\n    \u003cView style={styles.container}\u003e\n      \u003cOnBoard\n        theme={{ primaryColor: 'green' }}\n        callToActions={[\n          { title: 'Log in', onPress: () =\u003e {} },\n          { title: 'Sign in', onPress: () =\u003e {} },\n        ]}\n        slides={[\n          {\n            title: 'Photo 1',\n            imageSource: {\n              uri:\n                'https://a0.muscache.com/im/pictures/d0e6c96e-b81c-4e90-85d2-f1188a708e55.jpg?aki_policy=xx_large',\n            },\n          },\n          {\n            title: 'Photo 2',\n            imageSource: {\n              uri:\n                'https://a0.muscache.com/im/pictures/4347c99f-b45c-4d3e-8b25-04590ff6bcbe.jpg?aki_policy=xx_large',\n            },\n          },\n          {\n            title: 'Photo 3',\n            imageSource: {\n              uri:\n                'https://a0.muscache.com/im/pictures/861f6982-9fee-4de2-a7c3-2e2545f7f9ba.jpg?aki_policy=xx_large',\n            },\n          },\n        ]}\n      /\u003e\n    \u003c/View\u003e\n  )\n}\n```\n\n# Props\n\n- slides: Slide[]\n- callToActions?: ButtonProps[]\n- theme?: Theme\n- renderFooter?(): ReactNode\n\n# Slide\n\n```ts\ninterface Slide {\n  title?: string\n  imageSource: ImageSourcePropType\n}\n```\n\n# Theme\n\n```ts\ntype Theme = {\n  primaryColor?: string | undefined\n  primaryColorVariant?: string | undefined\n  backgroundColor?: string | undefined\n  onBackgroundTextColor?: string | undefined\n  fontSize?: number | undefined\n  fontFamily?: string | undefined\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcarpentier%2Frn-slideshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxcarpentier%2Frn-slideshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxcarpentier%2Frn-slideshow/lists"}