Skip to content

Commit 6add368

Browse files
authored
Merge pull request #1405 from StoDevX/more-loading-messages
Add a few more loading messages
2 parents 250fae5 + 7a19259 commit 6add368

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/views/menus/index.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)