You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the app with react-native run-android, instead of the storybook starting, it is just the actual app that starts. This is probably because React Native Navigation uses native navigation and requires the MainApplication.java and the MainActivity.java files to be written differently than usual.
Steps to reproduce
Install React Native Navigation in your app and try to run storybook.
Please specify which version of Storybook and optionally any affected addons that you're running
@storybook/react-native 3.4.5
Affected platforms
Android (haven't tested iOS)
The text was updated successfully, but these errors were encountered:
Bug or support request summary
When starting the app with react-native run-android, instead of the storybook starting, it is just the actual app that starts. This is probably because React Native Navigation uses native navigation and requires the MainApplication.java and the MainActivity.java files to be written differently than usual.
Steps to reproduce
Install React Native Navigation in your app and try to run storybook.
Please specify which version of Storybook and optionally any affected addons that you're running
Affected platforms
Android (haven't tested iOS)
The text was updated successfully, but these errors were encountered: