why
getstorybook needs the project name to properly configure the RN entry files, but it fails silently:
https://github.com/storybooks/storybook/blob/67d6af3670e93364590a9a9423442cc6ebc0eb12/lib/cli/generators/REACT_NATIVE/index.js#L13
When it fails, storybook does not properly inject itself into the AppRegistry, and when the user runs the app, no stories appear on the device.
what
why
getstorybookneeds the project name to properly configure the RN entry files, but it fails silently:https://github.com/storybooks/storybook/blob/67d6af3670e93364590a9a9423442cc6ebc0eb12/lib/cli/generators/REACT_NATIVE/index.js#L13
When it fails, storybook does not properly inject itself into the AppRegistry, and when the user runs the app, no stories appear on the device.
what