More fixes/patches

This commit is contained in:
Ryan McGrath 2018-04-11 23:16:10 -04:00
parent 1f90ca2575
commit c02ad19f2b
No known key found for this signature in database
GPG key ID: 811674B62B666830
18 changed files with 582 additions and 239 deletions

24
utils/Constants.js Normal file
View 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'
}
};