Summary: Moved plugin documentation and related assets to plugin folders, fixed links and configured redirects where required. Now these docs are used for both showing docs in Flipper and generating Flipper docs website. Reviewed By: passy Differential Revision: D29465567 fbshipit-source-id: 3ec4240b215b0d5baea5154f64266a9ba7ead3a5
8 lines
508 B
Plaintext
8 lines
508 B
Plaintext
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
|
|
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.
|