diff --git a/app/constants/sharedPreferences.js b/app/constants/sharedPreferences.js new file mode 100644 index 000000000..28a9adbe8 --- /dev/null +++ b/app/constants/sharedPreferences.js @@ -0,0 +1,6 @@ +export const SHARED_PREFERENCES_ACCOUNTS_KEY = 'ACCOUNTS_KEY'; +export const ANDROID_TOKEN = 'authToken'; +export const ANDROID_USER_ID = 'userId'; +export const ANDROID_SERVER_URL = 'serverUrl'; +export const ANDROID_SERVER_NAME = 'serverName'; +export const ANDROID_SERVER_ICON = 'serverLogo';