Skip to content

Commit

Permalink
docs(guides): fix create-screen import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Jul 10, 2019
1 parent 6aea312 commit 20134ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/articles/guides/create-screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Now let's add some styles to fit the full available space on the device screen.
```js
import * as React from 'react';
import { StyleSheet } from 'react-native';
import { Button, Layout, Text } from '@kitten/ui';
import { Button, Layout, Text } from 'react-native-ui-kitten';

export const HomeScreen = () => (
<Layout style={styles.container}>
Expand Down

0 comments on commit 20134ab

Please sign in to comment.