We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f166bb commit a285274Copy full SHA for a285274
MIGRATION.md
@@ -95,7 +95,7 @@ const StorybookUIRoot = view.getStorybookUI({
95
},
96
});
97
98
-export default StorybookUI;
+export default StorybookUIRoot;
99
```
100
101
### Metro config
@@ -204,7 +204,7 @@ You can now also update main.js to main.ts and use the StorybookConfig type. Thi
204
import type { StorybookConfig } from '@storybook/react-native';
205
206
const main: StorybookConfig = {
207
- stories: ['../components/**/*.stories.?(ts|tsx|js|jsx)']
+ stories: ['../components/**/*.stories.?(ts|tsx|js|jsx)'],
208
addons: [
209
'@storybook/addon-ondevice-notes',
210
'@storybook/addon-ondevice-controls',
0 commit comments