Files
flipper/docs/features/navigation-plugin.md
Benjamin Elo 6b93cd15c2 Added docs for open source Navigation Plugin
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
2019-08-16 07:29:18 -07:00

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 Plugin Button](/docs/assets/navigation-plugin-1.png)
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.
![Navigation Plugin UI](/docs/assets/navigation-plugin-2.png)