{"id":22195301,"url":"https://github.com/animate-react-native/marquee","last_synced_at":"2025-05-15T09:02:39.681Z","repository":{"id":190669651,"uuid":"683196926","full_name":"animate-react-native/marquee","owner":"animate-react-native","description":"A React Native Marquee component.","archived":false,"fork":false,"pushed_at":"2025-02-11T13:45:06.000Z","size":158471,"stargazers_count":303,"open_issues_count":9,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-11T23:55:31.224Z","etag":null,"topics":["expo","news-ticker","react-native","react-native-marquee","react-native-reanimated","react-native-ticker","reanimated3","typescript"],"latest_commit_sha":null,"homepage":"https://www.animatereactnative.com","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/animate-react-native.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-08-25T20:40:34.000Z","updated_at":"2025-05-07T01:37:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1187945-2c42-43fc-b003-6573fe21b2be","html_url":"https://github.com/animate-react-native/marquee","commit_stats":null,"previous_names":["animate-react-native/marquee"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/animate-react-native%2Fmarquee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/animate-react-native%2Fmarquee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/animate-react-native%2Fmarquee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/animate-react-native%2Fmarquee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/animate-react-native","download_url":"https://codeload.github.com/animate-react-native/marquee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253650917,"owners_count":21942230,"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","news-ticker","react-native","react-native-marquee","react-native-reanimated","react-native-ticker","reanimated3","typescript"],"created_at":"2024-12-02T13:17:51.093Z","updated_at":"2025-05-15T09:02:34.669Z","avatar_url":"https://github.com/animate-react-native.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eReact Native Marquee\u003c/h1\u003e\n\nhttps://github.com/animate-react-native/marquee/assets/2805320/4fb199b2-491c-4621-bf84-85890a8d6f5e\n\n[![NPM Version](https://img.shields.io/npm/v/@animatereactnative/marquee.svg?style=flat\u0026color=black)](https://www.npmjs.org/package/@animatereactnative/marquee) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square\u0026logo=EXPO\u0026labelColor=f3f3f3\u0026logoColor=000)](https://expo.io/) [![npm](https://img.shields.io/npm/l/@animatereactnative/marquee?style=flat-square)](https://www.npmjs.com/package/@animatereactnative/marquee) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/@animatereactnative/marquee) \u003ca href=\"https://twitter.com/mironcatalin\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/mironcatalin?label=Follow @mironcatalin\u0026color=black\" alt=\"Follow Miron Catalin\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\nReact Native Marquee component, a cross-platform marquee component, powered by Reanimated:\n\n- 🔋 Powered by Reanimated 3\n- 📱 Works with Expo\n- ✅ Cross-platform (iOS, Android, Web)\n- ⚡️ 60-120fps\n- 🪝 Works with any React Native element/component\n- ⌨️ Written in TypeScript\n\n## Installation\n\n```sh\nnpm install @animatereactnative/marquee\n```\n\n\u003e Also, you need to install [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated), and follow their installation instructions.\n\n## Usage\n\n```js\nimport { Marquee } from '@animatereactnative/marquee';\n\n// ...\n\nexport function Example() {\n  return (\n    \u003cMarquee spacing={20} speed={1}\u003e\n      \u003cHeading\u003ePowered by AnimateReactNative.com\u003c/Heading\u003e\n    \u003c/Marquee\u003e\n  );\n}\n```\n\n## Props\n\n| name        | description                                                                                                                                            | required | type                   | default                      |\n| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ---------------------- | ---------------------------- |\n| `children`  | Any component that you'd like to apply infinite scrolling / marquee effect                                                                             | YES      | `React.ReactNode`      | 1                            |\n| `speed`     | Animation speed                                                                                                                                        | NO       | `number`               | 1                            |\n| `spacing`   | Spacing between repeting elements                                                                                                                      | NO       | `number`               | 0                            |\n| `reverse`   | Determine if the animation should be reversed or not. Based on `direction`, `reverse` means left-to-right, right-to-left, top-to-bottom, bottom-to-top | NO       | `boolean`              | false                        |\n| `direction` | Direction of the animation                                                                                                                             | NO       | `\"horizontal\"`         | `\"vertical\" or \"horizontal\"` |\n| `style`     | View style to be applied to Marquee container.                                                                                                         | NO       | `StyleProp\u003cViewStyle\u003e` |                              |\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\n[MIT](./LICENSE)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.animatereactnative.com\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://www.animatereactnative.com/animatereactnative_dark.svg\"\u003e\n      \u003cimg alt=\"AnimateReactNative.com - Premium and Custom React Native animations.\" src=\"https://www.animatereactnative.com/animatereactnative_logo.svg\" width=\"50%\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimate-react-native%2Fmarquee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimate-react-native%2Fmarquee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimate-react-native%2Fmarquee/lists"}