Skip to content

Commit

Permalink
Merge pull request #14 from kadirahq/fix-rn-babel-issue
Browse files Browse the repository at this point in the history
Do not import addons.js on entryfiles
  • Loading branch information
arunoda authored Aug 28, 2016
2 parents 65e5243 + d0e5768 commit a809622
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AppRegistry } from 'react-native';
import { getStorybookUI, configure } from '@kadira/react-native-storybook';
import './addons';

// import stories
configure(() => {
Expand Down
1 change: 0 additions & 1 deletion generators/REACT_NATIVE/template/storybook/index.ios.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AppRegistry } from 'react-native';
import { getStorybookUI, configure } from '@kadira/react-native-storybook';
import './addons';

// import stories
configure(() => {
Expand Down

0 comments on commit a809622

Please sign in to comment.