{"id":24063995,"url":"https://github.com/qeepsake/react-navigation-overlay","last_synced_at":"2025-10-17T19:39:47.645Z","repository":{"id":55627424,"uuid":"322004402","full_name":"Qeepsake/react-navigation-overlay","owner":"Qeepsake","description":"Don't we all wish that React Navigation had awesome Overlays like React Native Navigation ? Now it does 💪 ","archived":false,"fork":false,"pushed_at":"2023-10-19T13:43:21.000Z","size":1022,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T23:38:38.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Qeepsake.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-16T14:18:06.000Z","updated_at":"2023-11-07T20:15:54.000Z","dependencies_parsed_at":"2023-02-16T20:31:57.124Z","dependency_job_id":"9d8e4e3d-d056-4d03-a4bc-45294b3e4847","html_url":"https://github.com/Qeepsake/react-navigation-overlay","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"28761485b8f89a6e1cc2b1480ab5cb7712a263b6"},"previous_names":["aspect-apps/react-navigation-overlay"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Freact-navigation-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Freact-navigation-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Freact-navigation-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qeepsake%2Freact-navigation-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qeepsake","download_url":"https://codeload.github.com/Qeepsake/react-navigation-overlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250484155,"owners_count":21438196,"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":[],"created_at":"2025-01-09T10:06:04.864Z","updated_at":"2025-10-17T19:39:42.579Z","avatar_url":"https://github.com/Qeepsake.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Navigation Overlay\n\nThis library attempts to add support for \"Overlays\" to React Navigation similar to the `showOverlay` API in React Native Navigation.\n\n## Install\n\n```sh\nnpm i @qeepsake/react-navigation-overlay\n```\n\n## Usage\n\nAdd the `ReactNavigationOverlay` component to the top of your tree inside your `NavigationContainer`. This will allow the Overlays to be displayed.\n\n```js\nimport { ReactNavigationOverlay } from \"react-navigation-overlay\";\n\n\u003cNavigationContainer\u003e\n  ...\n  \u003cReactNavigationOverlay /\u003e\n\u003c/NavigationContainer\u003e;\n```\n\nDisplay an overlay by using the `Overlay.show()` method, and passing your component and any props.\n\n```js\nOverlay.show(MyFirstOverlay, { title: \"...\" })\n\n...\n\nconst MyFirstOverlay = ({ title }) =\u003e {\n    return ...;\n}\n```\n\n## Authors\n\n- [**Luke Brandon Farrell**](https://lukebrandonfarrell.com/) - _Author_\n\n## License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeepsake%2Freact-navigation-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqeepsake%2Freact-navigation-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqeepsake%2Freact-navigation-overlay/lists"}