Skip to content

Commit c82406f

Browse files
committed
Add Playground screen to menu structure
1 parent aaaf4c3 commit c82406f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/src/screens/MenuStructure.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,7 @@ export const navigationData = {
201201
]
202202
}
203203
};
204+
205+
if (__DEV__) {
206+
navigationData.Foundation.screens.unshift({title: 'Playground', screen: 'unicorn.PlaygroundScreen'});
207+
}

0 commit comments

Comments
 (0)