AsynStorage.js 130 Bytes
Newer Older
Giang Tran committed
1 2 3 4
const KEY = {
  TOKEN: '@TOKEN',
  FIREBASE: '@Firebase',
  ACCOUNT: '@ACCOUNT',
Giang Tran committed
5
  LANGUAGE: '@LANGUAGE',
Giang Tran committed
6 7 8
};

export default KEY;