Add persisted state

Summary: Persist state in Mobile builds plugin. This diff also moves the logic of percentage updates in the persisted state.

Reviewed By: mweststrate

Differential Revision: D21840853

fbshipit-source-id: 3246cdfecfca12cd0f269f5a87646cf619380999
This commit is contained in:
Pritesh Nandgaonkar
2020-06-10 05:18:24 -07:00
committed by Facebook GitHub Bot
parent f0aa6279ab
commit 78924c527b

View File

@@ -187,5 +187,6 @@ export {KeyboardActions} from './MenuBar';
export {getFlipperMediaCDN} from './fb-stubs/user';
export {Rect} from './utils/geometry';
export {Logger} from './fb-interfaces/Logger';
export {getInstance as getLogger} from './fb-stubs/Logger';
export {callVSCode, getVSCodeUrl} from './utils/vscodeUtils';
export {useLocalStorage} from './utils/useLocalStorage';