Pass Additional props remove localstorage related code for storing data and username from App.tsx to index.tsx (#2057)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Aakansha Doshi
2020-08-26 16:15:54 +05:30
committed by GitHub
parent 0e0a695e81
commit 4718c31da5
6 changed files with 102 additions and 54 deletions

View File

@@ -3,3 +3,4 @@ export const TAP_TWICE_TIMEOUT = 300;
export const INITIAL_SCENE_UPDATE_TIMEOUT = 5000;
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
export const TOUCH_CTX_MENU_TIMEOUT = 500;
export const SAVE_TO_LOCAL_STORAGE_TIMEOUT = 300;