You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3.3.x/installation.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ All snippets start with the prefix `nb-` and are followed by the name of the des
40
40
[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.
41
41
42
42
```jsx
43
-
import { Entypo } from"@native-base/icons";
43
+
yarn add @native-base/icons
44
+
```
44
45
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.
Copy file name to clipboardExpand all lines: docs/next/installation.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ All snippets start with the prefix `nb-` and are followed by the name of the des
40
40
[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.
41
41
42
42
```jsx
43
-
import { Entypo } from"@native-base/icons";
43
+
yarn add @native-base/icons
44
+
```
44
45
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