Summary: Previously we used <Link/> everywhere with useBaseUrl to avoid link destinations depending on the current url of the page. This isn't necessary if you instead link to the **file name**, rather than the **url path**. Then the links are resolved at build time, and work across imported markdown files etc. This diff just does the pages under Features, because other ones will get conflicts. I'll do those later. Reviewed By: nikoant Differential Revision: D25589707 fbshipit-source-id: 35ca986e19fc2af1054b81d7253eeb3827947ab8
14 lines
676 B
Plaintext
14 lines
676 B
Plaintext
---
|
|
id: shared-preferences-plugin
|
|
title: Shared Preferences
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
→ [See setup instructions for the Shared Preferences plugin](../setup/shared-preferences-plugin.mdx)
|
|
|
|
Easily inspect and modify the data contained within your app's shared preferences.
|
|
|
|
<img alt="Shared Preferences Plugin" src={useBaseUrl("img/shared-preferences.png")} />
|
|
|
|
All changes to the given shared preference file will automatically appear in Flipper. You may also edit the values in Flipper and have them synced to your device. This can be done by clicking on the value of the specific key you wish to edit, editing the value and then pressing enter.
|