Removed unused pref key
This commit is contained in:
父節點
0c881f5ce9
當前提交
f759c44f20
共有 1 個文件被更改,包括 5 次插入 和 10 次删除
|
|
@ -24,6 +24,11 @@ export default class AsyncStorageManager {
|
|||
|
||||
// Object storing preferences keys, default and current values for use in the app
|
||||
preferences = {
|
||||
debugUnlocked: {
|
||||
key: 'debugUnlocked',
|
||||
default: '0',
|
||||
current: '',
|
||||
},
|
||||
showIntro: {
|
||||
key: 'showIntro',
|
||||
default: '1',
|
||||
|
|
@ -49,16 +54,6 @@ export default class AsyncStorageManager {
|
|||
default: '1',
|
||||
current: '',
|
||||
},
|
||||
expoToken: {
|
||||
key: 'expoToken',
|
||||
default: '',
|
||||
current: '',
|
||||
},
|
||||
debugUnlocked: {
|
||||
key: 'debugUnlocked',
|
||||
default: '0',
|
||||
current: '',
|
||||
},
|
||||
defaultStartScreen: {
|
||||
key: 'defaultStartScreen',
|
||||
default: 'home',
|
||||
|
|
|
|||
載入中…
Reference in a new issue