Closed MasahiroMorita closed 7 years ago
UPDATE: I found that storybook on RN works when:
index.ios.js
in root dir (not in ~/storybook/
) to:
import StorybookUI from './storybook';
export default StorybookUI;
$ storybook start -p 7007 --skip-packager
Then, it works correctly.
Please help me.
I'm trying to use storybook on React Native, but it cause an error.
react-native log-ios
shows:The configuration files are like this:
.babelrc
:package.json
: