Merge pull request #180 from pietgk/patch-1

Add @expo/webpack-config command to Readme
This commit is contained in:
Evan Bacon
2020-06-08 13:36:10 -07:00
committed by GitHub

View File

@@ -36,6 +36,8 @@ This method runs your Expo components in a Storybook-React environment. This is
};
```
- Run `yarn add -D @expo/webpack-config` to get the webpack-config added.
- Run `yarn web` to try it out!
- The example should open to `http://localhost:6006/`
- You may also want to add `storybook-static` to your `.gitignore`