We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aea312 commit 20134abCopy full SHA for 20134ab
docs/src/articles/guides/create-screen.md
@@ -37,7 +37,7 @@ Now let's add some styles to fit the full available space on the device screen.
37
```js
38
import * as React from 'react';
39
import { StyleSheet } from 'react-native';
40
-import { Button, Layout, Text } from '@kitten/ui';
+import { Button, Layout, Text } from 'react-native-ui-kitten';
41
42
export const HomeScreen = () => (
43
<Layout style={styles.container}>
0 commit comments