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
10 lines
594 B
Plaintext
10 lines
594 B
Plaintext
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
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")} />
|
|
|
|
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.
|