Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0ce449d

Browse files
committed
Switch storybook order on mobile
1 parent ee80e4f commit 0ce449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/storybook/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ addDecorator(story => <FontLoader>{story()}</FontLoader>);
1111

1212
// import stories
1313
configure(() => {
14+
require('../../stories/screen-story');
1415
require('../../stories/component/button-story');
1516
require('../../stories/component/card-story');
1617
require('../../stories/component/field-story');
@@ -25,7 +26,6 @@ configure(() => {
2526
require('../../stories/color-story');
2627
require('../../stories/font-story');
2728
require('../../stories/layout-story');
28-
require('../../stories/screen-story');
2929
}, module);
3030

3131
// This assumes that storybook is running on the same host as your RN packager,

0 commit comments

Comments
 (0)