Skip to content

Commit 3cb8ed5

Browse files
author
amars29
committed
updated nb-icons content in installation page
1 parent 74440d9 commit 3cb8ed5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/3.3.x/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All snippets start with the prefix `nb-` and are followed by the name of the des
4040
[NativeBase Icons](./nb-icons) was designed to make integration of icons in nativebase projects easier. It is a unified library which export icons and fonts for all the native and web platforms.
4141

4242
```jsx
43-
import { Entypo } from "@native-base/icons";
43+
yarn add @native-base/icons
44+
```
4445

45-
return <Icon as={Entypo} name="user"></Icon>;
46-
```
46+
[Click here](./nb-icons) to see how you can get started with NativeBase Icons in your projects.

docs/next/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All snippets start with the prefix `nb-` and are followed by the name of the des
4040
[NativeBase Icons](./nb-icons) was designed to make integration of icons in nativebase projects easier. It is a unified library which export icons and fonts for all the native and web platforms.
4141

4242
```jsx
43-
import { Entypo } from "@native-base/icons";
43+
yarn add @native-base/icons
44+
```
4445

45-
return <Icon as={Entypo} name="user"></Icon>;
46-
```
46+
[Click here](./nb-icons) to see how you can get started with NativeBase Icons in your projects.

0 commit comments

Comments
 (0)