fixed wrong start script in docs

This commit is contained in:
Павел Иванов 2018-09-03 12:01:54 +03:00
parent 7b2b4e0b36
commit 35b228f6a8

View File

@ -98,7 +98,7 @@ First follow the instructions [here](https://github.com/ds300/react-native-types
Now update your storybook `package.json` script to the following
"scripts": {
"storybook": "storybook --metro-config $PWD/rn-cli.config.js"
"storybook": "storybook start --metro-config $PWD/rn-cli.config.js -p 7007"
}
The metro bundler requires an absolute path to the config. The above setup assumes the `rn-cli.config.js` is in the root of your project or next to your `package.json`