{"id":14385058,"url":"https://github.com/mosch/react-navigator","last_synced_at":"2026-03-13T10:31:04.501Z","repository":{"id":33784737,"uuid":"37456740","full_name":"mosch/react-navigator","owner":"mosch","description":"A react version of the react-native Navigator","archived":false,"fork":false,"pushed_at":"2015-06-15T09:52:12.000Z","size":136,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-26T10:17:59.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mosch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-15T09:44:55.000Z","updated_at":"2017-11-04T00:57:27.000Z","dependencies_parsed_at":"2022-07-13T14:32:29.028Z","dependency_job_id":null,"html_url":"https://github.com/mosch/react-navigator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mosch/react-navigator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosch%2Freact-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosch%2Freact-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosch%2Freact-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosch%2Freact-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosch","download_url":"https://codeload.github.com/mosch/react-navigator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosch%2Freact-navigator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30465404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-08-28T18:01:54.677Z","updated_at":"2026-03-13T10:31:04.482Z","avatar_url":"https://github.com/mosch.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# react-navigator\n\nThis is a react version of the [react-native navigator](https://facebook.github.io/react-native/docs/navigator.html) used in apps. \nWe use this to implement the same navigating behavior in iOS and Web.\n\n** This is a work in progress. No way to use this in production. Contributions welcome.** \n\n*Documentation stolen from react-native by Facebook:*\n\n## Navigator Methods \nIf you have a ref to the Navigator element, you can invoke several methods on it to trigger navigation:\n\n### Implemented\n* getCurrentRoutes() - returns the current list of routes\n* jumpBack() - Jump backward without unmounting the current scene\n* push(route) - Navigate forward to a new scene, squashing any scenes that you could jumpForward to\n* pop() - Transition back and unmount the current scene\n* popToTop() - Pop to the first scene in the stack, unmounting every other scene\n\n### TBD\n* popToRoute(route) - Pop to a particular scene, as specified by it's route. All scenes after it will be unmounted\n* replace(route) - Replace the current scene with a new route\n* replaceAtIndex(route, index) - Replace a scene as specified by an index\n* replacePrevious(route) - Replace the previous scene\n* immediatelyResetRouteStack(routeStack) - Reset every scene with an array of routes\n* jumpForward() - Jump forward to the next scene in the route stack\n* jumpTo(route) - Transition to an existing scene without unmounting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosch%2Freact-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosch%2Freact-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosch%2Freact-navigator/lists"}