File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ export const MenusView = TabNavigator(
4545 'Hunting Ferndale Turkey…' ,
4646 'Tracking wild vegan burgers…' ,
4747 '"Cooking" some lutefisk…' ,
48+ 'Finding more mugs…' ,
49+ 'Waiting for omlets…' ,
50+ 'Putting out more cookies…'
4851 ] }
4952 /> ,
5053 navigationOptions : {
@@ -63,6 +66,9 @@ export const MenusView = TabNavigator(
6366 loadingMessage = { [
6467 'Checking for vegan cookies…' ,
6568 'Serving up some shakes…' ,
69+ 'Waiting for menu screens to change…' ,
70+ 'Frying chicken…' ,
71+ 'Brewing coffee…' ,
6672 ] }
6773 /> ,
6874 navigationOptions : {
@@ -76,7 +82,13 @@ export const MenusView = TabNavigator(
7682 < GitHubHostedMenu
7783 navigation = { navigation }
7884 name = "pause"
79- loadingMessage = { [ 'Mixing up a shake…' , 'Spinning up pizzas…' ] }
85+ loadingMessage = { [
86+ 'Mixing up a shake…' ,
87+ 'Spinning up pizzas…' ,
88+ 'Turning up the music…' ,
89+ 'Putting ice cream on the cookies…' ,
90+ 'Fixing the oven…' ,
91+ ] }
8092 /> ,
8193 navigationOptions : {
8294 tabBarLabel : 'The Pause' ,
You can’t perform that action at this time.
0 commit comments