{"id":40274696,"url":"https://github.com/luoxuhai/react-native-overlay","last_synced_at":"2026-02-18T10:03:55.577Z","repository":{"id":101915468,"uuid":"609144421","full_name":"luoxuhai/react-native-overlay","owner":"luoxuhai","description":"The Native Toasts for React Native iOS","archived":false,"fork":false,"pushed_at":"2024-06-09T05:22:08.000Z","size":357,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T03:57:07.579Z","etag":null,"topics":["ios","react-native"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/luoxuhai.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-03-03T13:22:13.000Z","updated_at":"2024-06-09T05:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"512733f0-9ea9-45eb-9585-e812c3dd13f9","html_url":"https://github.com/luoxuhai/react-native-overlay","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"4ace6953f8bb9b0470c10c6def66ed7be632ed25"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/luoxuhai/react-native-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoxuhai%2Freact-native-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoxuhai%2Freact-native-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoxuhai%2Freact-native-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoxuhai%2Freact-native-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luoxuhai","download_url":"https://codeload.github.com/luoxuhai/react-native-overlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoxuhai%2Freact-native-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29575343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ios","react-native"],"created_at":"2026-01-20T03:04:41.216Z","updated_at":"2026-02-18T10:03:55.561Z","avatar_url":"https://github.com/luoxuhai.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-overlay\n\n## Installation\n\n```sh\nnpm install @react-native-library/overlay\n```\n\n## Usage\n\n### Toast\n\n```ts\nimport { Toast } from '@react-native-library/overlay';\n\nToast.show({\n  title: \"Hello\";\n  message: \"World\";\n  /**\n   * 'done' | 'error'\n   */\n  icon: 'done';\n  /**\n   * 'success' | 'warning' | 'error' | 'none';\n   */\n  haptic: 'success';\n})\n```\n\n### Alert\n\n```ts\nimport { Alert } from '@react-native-library/overlay';\n\nAlert.show({\n  title: \"Hello\";\n  message: \"World\";\n  /**\n   * 'done' | 'error' | 'spinner'\n   */\n  icon: 'done';\n  /**\n   * 'success' | 'warning' | 'error' | 'none';\n   */\n  haptic: 'success';\n  /**\n   * Optional, duration in milliseconds\n   */\n  duration: 2000;\n})\n\nAlert.dismissAll();\n\n```\n\n### Confetti\n\n```ts\nimport { Confetti } from '@react-native-library/overlay';\n\nConfetti.show({\n  /**\n   * Optional, duration in milliseconds\n   */\n  duration: 2000;\n})\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluoxuhai%2Freact-native-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluoxuhai%2Freact-native-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluoxuhai%2Freact-native-overlay/lists"}