mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Updated template to not import addons
These should not be imported in React Native. They are used for web and imported automatically.
This commit is contained in:
parent
2a01c24978
commit
7411eb38c4
@ -1,7 +1,6 @@
|
||||
import { AppRegistry } from 'react-native';
|
||||
import { getStorybookUI, configure } from '@storybook/react-native';
|
||||
|
||||
import './addons';
|
||||
import './rn-addons';
|
||||
|
||||
// import stories
|
||||
|
Loading…
x
Reference in New Issue
Block a user