From f602f226b8541253982a409f5cbe25fc5b197c31 Mon Sep 17 00:00:00 2001 From: duguyihou Date: Fri, 1 Nov 2024 22:38:36 +1100 Subject: [PATCH] docs: Update MANUAL_SETUP.md (#637) Co-authored-by: Daniel Williams --- MANUAL_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**