diff --git a/MANUAL_SETUP.md b/MANUAL_SETUP.md index 3241862780..56bf2dacd8 100644 --- a/MANUAL_SETUP.md +++ b/MANUAL_SETUP.md @@ -143,7 +143,7 @@ const withStorybook = require('@storybook/react-native/metro/withStorybook'); const defaultConfig = getDefaultConfig(__dirname); -module.exports = withStorybook(finalConfig); +module.exports = withStorybook(defaultConfig); ``` **Add a stories file**