Summary: Added docs for the Navigation Plugin. I've added instructions on how to use the plugin with vanilla Android, or how to integrate it with a third party solution. Reviewed By: danielbuechele Differential Revision: D16856614 fbshipit-source-id: e99cb94318820bd926f50bd4ba205fb11396a9d8
15 lines
786 B
Markdown
15 lines
786 B
Markdown
---
|
|
id: navigation-plugin
|
|
title: Navigation
|
|
---
|
|
|
|
→ [See setup instructions for the Navigation Plugin](setup/navigation-plugin.md)
|
|
|
|
The Navigation Plugin allows users to quickly navigate to deep links within their mobile applications to help speed up the development cycle. The plugin is designed to integrate easily within your existing navigation framework or as a stand alone tool. Users can bookmark deep links and jump to them via the button in the tool bar.
|
|
|
|

|
|
|
|
Navigation events within the app can also be logged to Flipper. This allows the user to view past navigation events and jump straight to them, or export the navigation events for reporting.
|
|
|
|

|