export default { pages: [ 'pages/lobby/lobby', 'pages/index/index', 'pages/login/login', 'pages/new_table/new_table', 'pages/table/table', ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'Texas', navigationBarTextStyle: 'black' } }