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

Commit 8c54bd5

Browse files
committed
Render stories on mobile
1 parent 35ccaec commit 8c54bd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mobile/rn-cli.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
'node_modules/react-native-svg'
1111
),
1212
mobx: path.resolve(__dirname, 'node_modules/mobx'),
13+
'mobx-react': path.resolve(__dirname, 'node_modules/mobx-react'),
1314
'locale-currency': path.resolve(__dirname, 'node_modules/locale-currency'),
1415
'@storybook': path.resolve(__dirname, 'node_modules/@storybook'),
1516
'qr-image': path.resolve(__dirname, 'node_modules/qr-image'),

mobile/storybook/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configure(() => {
2525
require('../../stories/color-story');
2626
require('../../stories/font-story');
2727
require('../../stories/layout-story');
28-
// require('../../stories/screen-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)