{"id":27870807,"url":"https://github.com/newbiebr/react-native-magic-confetti","last_synced_at":"2025-10-06T16:10:33.531Z","repository":{"id":57338188,"uuid":"256387799","full_name":"NewBieBR/react-native-magic-confetti","owner":"NewBieBR","description":"Beautiful and butter smooth confetti animation for React Native","archived":false,"fork":false,"pushed_at":"2022-12-03T19:49:59.000Z","size":8183,"stargazers_count":134,"open_issues_count":3,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T20:37:43.489Z","etag":null,"topics":["animation","confetti","rain","react-native","typescript"],"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/NewBieBR.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-04-17T03:06:52.000Z","updated_at":"2024-12-09T01:36:21.000Z","dependencies_parsed_at":"2023-01-23T14:30:54.321Z","dependency_job_id":null,"html_url":"https://github.com/NewBieBR/react-native-magic-confetti","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/NewBieBR%2Freact-native-magic-confetti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-magic-confetti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-magic-confetti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewBieBR%2Freact-native-magic-confetti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewBieBR","download_url":"https://codeload.github.com/NewBieBR/react-native-magic-confetti/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252413072,"owners_count":21743816,"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":["animation","confetti","rain","react-native","typescript"],"created_at":"2025-05-04T23:26:51.234Z","updated_at":"2025-10-06T16:10:33.477Z","avatar_url":"https://github.com/NewBieBR.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## React Native Magic Confetti\n\nBeautiful and butter smooth confetti animation for React Native.\n\n|    Basic      |   Advanced    |  Real World   |\n| ------------- | ------------- | ------------- |\n| \u003cimg src=\"https://github.com/NewBieBR/react-native-magic-confetti/blob/master/assets/demo1.gif?raw=true\" width=\"300\"\u003e | \u003cimg width=\"300\" src=\"https://github.com/NewBieBR/react-native-magic-confetti/blob/master/assets/demo2.gif?raw=true\"\u003e |\u003cimg width=\"300\" src=\"https://github.com/NewBieBR/react-native-magic-confetti/blob/master/assets/demo3.gif?raw=true\"\u003e |\n\n### Installation\n\n- Intall [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)\n- Install this package\n  ```bash\n  yarn add react-native-magic-confetti\n  # OR\n  npm add --save react-native-magic-confetti\n  ```\n\n### Basic Usage\n```jsx\nimport Confetti from 'react-native-magic-confetti';\n\n\u003cConfetti confettiImages={[require('./confetti.png')]}\u003e\n```\n\n### Advanced Usage\n\n```jsx\nimport Confetti from 'react-native-magic-confetti';\nimport FastImage from 'react-native-fast-image';\n\n\u003cConfetti\n  count={42} // custom number of confettis\n  size={32}\n  colors={['red', 'green', 'blue']} // require FastImage\n  imageComponent={FastImage} // custom image component\n  confettiImages={[\n    require('./assets/star.png'),\n    require('./assets/triangle.png'),\n    require('./assets/square.png'),\n    require('./assets/circle.png'),\n  ]} // all confetti images to be chosen randomly\n  yspeed={3} // fall speed\n/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewbiebr%2Freact-native-magic-confetti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewbiebr%2Freact-native-magic-confetti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewbiebr%2Freact-native-magic-confetti/lists"}