{"id":4376,"url":"https://github.com/airbnb/native-navigation","last_synced_at":"2025-05-14T15:07:14.600Z","repository":{"id":40002931,"uuid":"68399597","full_name":"airbnb/native-navigation","owner":"airbnb","description":"Native navigation library for React Native applications","archived":false,"fork":false,"pushed_at":"2023-03-04T02:23:14.000Z","size":1679,"stargazers_count":3127,"open_issues_count":62,"forks_count":176,"subscribers_count":111,"default_branch":"master","last_synced_at":"2025-05-02T06:46:15.342Z","etag":null,"topics":["navigation","navigator","react","react-native"],"latest_commit_sha":null,"homepage":"http://airbnb.io/native-navigation/","language":"Java","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/airbnb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-16T17:16:56.000Z","updated_at":"2025-04-23T01:56:09.000Z","dependencies_parsed_at":"2023-09-24T15:26:00.913Z","dependency_job_id":null,"html_url":"https://github.com/airbnb/native-navigation","commit_stats":{"total_commits":110,"total_committers":24,"mean_commits":4.583333333333333,"dds":0.5545454545454546,"last_synced_commit":"9cf50bf9b751b40778f473f3b19fcfe2c4d40599"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airbnb%2Fnative-navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airbnb%2Fnative-navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airbnb%2Fnative-navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airbnb%2Fnative-navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airbnb","download_url":"https://codeload.github.com/airbnb/native-navigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253876519,"owners_count":21977605,"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":["navigation","navigator","react","react-native"],"created_at":"2024-01-05T20:17:09.987Z","updated_at":"2025-05-14T15:07:14.543Z","avatar_url":"https://github.com/airbnb.png","language":"Java","readme":"# Native Navigation\n\n[![Join the chat at https://gitter.im/airbnb/native-navigation](https://badges.gitter.im/airbnb/native-navigation.svg)](https://gitter.im/airbnb/native-navigation?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![npm Version](https://img.shields.io/npm/v/native-navigation.svg)](https://www.npmjs.com/package/native-navigation) \n[![License](https://img.shields.io/npm/l/native-navigation.svg)](https://www.npmjs.com/package/native-navigation) \n[![Build Status](https://travis-ci.org/airbnb/native-navigation.svg)](https://travis-ci.org/airbnb/native-navigation) \n\n## DISCLAIMER\n\n**This project is currently in beta**. \n\nMany of the core APIs are subject to change, and we do not consider this project \"Production Ready\" until it hits a 1.0 release. We encourage people to try this library out and provide us feedback as we get it to a stable state we are confident in, but not to rely on it for production use until then.\n\nRead more about our [Roadmap to 1.0](/docs/roadmap.md)\n\n## Contents\n\n- [Installation](#installation)\n- [Running the Example Project](#running-the-example-project)\n- [Guides](#guides)\n- [API Documentation](#api-documentation)\n- [Related Projects and Alternatives](#related-projects-and-alternatives)\n- [Contributing](#contributing)\n- [FAQ](#faq)\n- [License](#license)\n\n## Installation\n\nSee the [Installation Guide](/docs/installation.md)\n\n## Running the Example Project\n\nTo run the example project, first clone this repo:\n\n```bash\ngit clone https://github.com/airbnb/native-navigation.git\ncd native-navigation\n```\n\nBoth [`npm`](https://nodejs.org/) and the ruby [`bundler`](http://bundler.io/) gem are needed to run the project.\n\n```bash\nnpm install\n```\n\n```bash\nnpm start\n```\n\nThen, in another CLI window:\n\nTo run on iOS: `npm run run:ios`\n\nTo run on Android: `npm run run:android`\n\n\n## [Guides](/docs/guides/README.md)\n\n- [Basic Usage](/docs/guides/basic-usage.md)\n- [Integrating with existing apps](/docs/guides/integrating-with-existing-apps.md)\n- [Custom Navigation Implementations](/docs/guides/custom-navigation-implementations.md)\n- [Tabs](/docs/guides/tabs.md)\n- [Deep Linking](/docs/guides/deep-linking.md)\n- [Platform Differences](/docs/guides/platform-differences.md)\n- [Project Structure](/docs/guides/project-structure.md)\n- [Shared Element Transitions](/docs/guides/shared-element-transitions.md)\n\n## [API Documentation](/docs/api/README.md)\n\n- [`Navigator.registerScreen(...)`](/docs/api/navigator/registerScreen.md)\n- [`Navigator.push(...)`](/docs/api/navigator/push.md)\n- [`Navigator.present(...)`](/docs/api/navigator/present.md)\n- [`Navigator.pop(...)`](/docs/api/navigator/pop.md)\n- [`Navigator.dismiss(...)`](/docs/api/navigator/dismiss.md)\n- [`Config`](/docs/api/navigator-config.md)\n- [`Spacer`](/docs/api/navigator-spacer.md)\n- [`Tab`](/docs/api/navigator-tab.md)\n- [`TabBar`](/docs/api/navigator-tab-bar.md)\n- [`SharedElement`](/docs/api/navigator-shared-element.md)\n- [`SharedElementGroup`](/docs/api/navigator-shared-element-group.md)\n\n\n## Related Projects and Alternatives\n\nNative Navigation is a navigation library for the React Native platform. There are many navigation libraries in the React Native ecosystem. Native Navigation is unique in that it is built on top of the iOS and Android platform navigational components, and is thus more \"native\" than most other options which implement navigation from scratch in JavaScript on top of base React Native components like `View` and `Animated`.\n\n[React Native Navigation](https://github.com/wix/react-native-navigation) by Wix engineering is an alternative library that uses \"Native\" navigation components of each platform, and has been around longer than Native Navigation. If you need a stable / production-ready navigation library *today* that uses native platform based navigation components, we recommend you check this library out.\n\nIf you are investigating navigation solutions and you are okay with JavaScript-based solutions, we also encourage you to check out [React Navigation](https://reactnavigation.org/).\n\n## Contributing\n\nSee the [Contributors Guide](/CONTRIBUTING.md)\n\n## FAQ\n\nSee the [Frequently Asked Questions](/docs/FAQ.md) page\n\n## License\n\nThis project is licensed under the [MIT License](/LICENSE.md).\n","funding_links":[],"categories":["Components","Java"],"sub_categories":["Navigation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairbnb%2Fnative-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairbnb%2Fnative-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairbnb%2Fnative-navigation/lists"}