jellyfin-expo/constants/Screens.js

19 lines
537 B
JavaScript
Raw Normal View History

2021-02-03 17:14:21 +00:00
/**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
export default {
2021-03-25 18:56:07 +00:00
App: 'App',
2021-02-03 17:14:21 +00:00
MainScreen: 'Main',
AddServerScreen: 'AddServer',
HomeScreen: 'HomeScreen',
HomeTab: 'Home',
2021-11-18 19:24:50 +00:00
DownloadsTab: 'Downloads',
2021-03-25 18:56:07 +00:00
ServerHelpScreen: 'ServerHelpScreen',
2021-02-03 17:14:21 +00:00
SettingsTab: 'Settings',
2021-11-19 05:50:33 +00:00
SettingsScreen: 'SettingsScreen',
DevSettingsScreen: 'DevSettingsScreen',
2021-02-03 21:59:19 +00:00
ErrorScreen: 'ErrorScreen'
2021-02-03 17:14:21 +00:00
};