From 787e2a588c40c86deab017e2b99b97ff06406e14 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Tue, 12 May 2020 14:11:33 -0700 Subject: [PATCH] Update with-storybook/README.md --- with-storybook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-storybook/README.md b/with-storybook/README.md index 374a51b..5c4bc07 100644 --- a/with-storybook/README.md +++ b/with-storybook/README.md @@ -25,7 +25,7 @@ This method runs your Expo components in a Storybook-React environment. This is - You can use any template, we'll use the managed blank TypeScript project for this example. - `cd` into the project and run `npx -p @storybook/cli sb init --type react` to bootstrap a new React project - Install the expo webpack config so we can add unimodules support `yarn add -D @expo/webpack-config` -- Create a [custom webpack config](/with-storybook/.storybook/webpack.config.js) `touch .storybook/webpack.config.js` +- Create a [custom webpack config](./.storybook/webpack.config.js) `touch .storybook/webpack.config.js` ```js const { resolve } = require("path");