Skip to content

Commit

Permalink
Revise the sample in README for ReactNative
Browse files Browse the repository at this point in the history
With this change, the sample works without any warnings.
  • Loading branch information
niku committed Nov 13, 2018
1 parent 3d052ce commit c8898a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/basics/guide-react-native/index.md
Expand Up @@ -103,7 +103,7 @@ const CenteredView = ({ children }) => (
</View>
);

storiesOf('CenteredView')
storiesOf('CenteredView', module)
.add('default view', () => (
<CenteredView>
<Text>Hello Storybook</Text>
Expand Down

0 comments on commit c8898a1

Please sign in to comment.