Summary: This diff includes minor changes to the pages within the Features section of Flipper Docs.

Reviewed By: passy

Differential Revision: D41471000

fbshipit-source-id: 0a414d1e5e0cff5d874d3fe6eab647c3877b9caf
This commit is contained in:
Kevin Strider
2022-11-24 06:18:38 -08:00
committed by Facebook GitHub Bot
parent 98d2f37f10
commit 89740f7e0a
6 changed files with 18 additions and 13 deletions

View File

@@ -1,9 +1,12 @@
import useBaseUrl from '@docusaurus/useBaseUrl';
The Navigation Plugin enables 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 standalone tool. Users can bookmark deep links and jump to them via the button in the tool bar, as shown in the following screenshot.
The Navigation Plugin enables 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 standalone tool.
Users can bookmark deep links and jump to them via the button in the tool bar, as shown in the following screenshot.
<img alt="Navigation Plugin Button" src={useBaseUrl("img/navigation-plugin-1.png")} />
Navigation events within the app can also be logged to Flipper. This enables the user to view past navigation events and jump straight to them (see the following screenshot) or export the navigation events for reporting.
Navigation events within the app can also be logged to Flipper, which enables the user to view past navigation events and jump straight to them (see the following screenshot) or export the navigation events for reporting.
<img alt="Navigation Plugin UI" src={useBaseUrl("img/navigation-plugin-2.png")} />