Skip to content

Commit 20134ab

Browse files
authored
docs(guides): fix create-screen import typo
1 parent 6aea312 commit 20134ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/articles/guides/create-screen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now let's add some styles to fit the full available space on the device screen.
3737
```js
3838
import * as React from 'react';
3939
import { StyleSheet } from 'react-native';
40-
import { Button, Layout, Text } from '@kitten/ui';
40+
import { Button, Layout, Text } from 'react-native-ui-kitten';
4141

4242
export const HomeScreen = () => (
4343
<Layout style={styles.container}>

0 commit comments

Comments
 (0)