More fixes/patches
This commit is contained in:
parent
1f90ca2575
commit
c02ad19f2b
18 changed files with 582 additions and 239 deletions
24
utils/Constants.js
Normal file
24
utils/Constants.js
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/**
|
||||
* Constants
|
||||
*
|
||||
* They're constants. CONSTANTS. CONSTANCE TURN THE MUSIC DOWN.
|
||||
*
|
||||
* @copyright Ryan McGrath 2018
|
||||
*/
|
||||
|
||||
export default {
|
||||
Screens: {
|
||||
TournamentsList: 'memelee.tournamentsList',
|
||||
TournamentInfoScreen: 'memelee.tournamentInfoScreen',
|
||||
TournamentEventInfoScreen: 'memelee.tournamentEventInfoScreen',
|
||||
|
||||
Attendees: 'memelee.attendeesListViewController',
|
||||
Location: 'memelee.locationViewController',
|
||||
Contact: 'memelee.contactViewController',
|
||||
Info: 'memelee.infoViewController',
|
||||
|
||||
Bracket: 'memelee.tournamentBracket',
|
||||
Bookmarks: 'memelee.bookmarks',
|
||||
Settings: 'memelee.settings'
|
||||
}
|
||||
};
|
||||
Reference in a new issue