overview.mdx (Features - Shared Preferences Viewer)
Summary: Restyle of the page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: mweststrate Differential Revision: D36198043 fbshipit-source-id: 961d9b535f0869ae3db3bbdfcbc33be43773edd6
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b5f583999f
commit
89c0421517
@@ -1,7 +1,9 @@
|
|||||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||||
|
|
||||||
Easily inspect and modify the data contained within your app's shared preferences.
|
The Shared Preferences Viewer plugin enables you to easily inspect and modify the data contained within your app's shared preferences, as shown in the following screenshot.
|
||||||
|
|
||||||
<img alt="Shared Preferences Plugin" src={useBaseUrl("img/shared-preferences.png")} />
|
<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.
|
All changes to the given shared preference file 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user