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/install-next.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,12 +229,20 @@ export default function App() {
229
229
/>
230
230
</HStack>
231
231
<Boxmt="2"pl="0"ml="0">
232
+
<HStackpl="0"ml="0"space="4">
232
233
<TileLink
233
234
title="Utility props"
234
235
url="utility-props"
235
236
description="Shorthands of commonly used styling props which maps with the provided theme"
236
237
className="bg-blueGray-600"
237
238
/>
239
+
<TileLink
240
+
title="NativeBase next adapter"
241
+
url="next-adapter"
242
+
description="To use Next.js with native-base for web we recommend that you use a library called @native-base/next-adapter to handle the configuration and integration of the tools."
Copy file name to clipboardExpand all lines: docs/3.3.x/installation.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,24 @@ NativeBase VS Code Extensions are specifically designed to quicken your developm
23
23
NativeBase snippets are shorthand for commonly used NativeBase components.
24
24
25
25
All snippets start with the prefix `nb-` and are followed by the name of the desired component.
26
+
26
27
<AspectRatioratio={1.7}w="100%"maxW="1056">
27
28
<Image
28
29
resizeMode="contain"
29
30
source={{ uri: "/img/NativeBaseSnippet.gif" }}
30
31
alt="aang transitioning to avatar state"
31
32
/>
32
-
</AspectRatio>
33
+
</AspectRatio>
34
+
35
+
<br />
36
+
<br />
37
+
38
+
### NativeBase icons
39
+
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.
Copy file name to clipboardExpand all lines: docs/next/install-next.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,12 +229,20 @@ export default function App() {
229
229
/>
230
230
</HStack>
231
231
<Boxmt="4"pl="0"ml="0">
232
+
<HStackpl="0"ml="0"space="4">
232
233
<TileLink
233
234
title="Utility props"
234
235
url="utility-props"
235
236
description="Shorthands of commonly used styling props which maps with the provided theme"
236
237
className="bg-blueGray-600"
237
238
/>
239
+
<TileLink
240
+
title="NativeBase next adapter"
241
+
url="next-adapter"
242
+
description="To use Next.js with native-base for web we recommend that you use a library called @native-base/next-adapter to handle the configuration and integration of the tools."
Copy file name to clipboardExpand all lines: docs/next/installation.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,24 @@ NativeBase VS Code Extensions are specifically designed to quicken your developm
23
23
NativeBase snippets are shorthand for commonly used NativeBase components.
24
24
25
25
All snippets start with the prefix `nb-` and are followed by the name of the desired component.
26
+
26
27
<AspectRatioratio={1.7}w="100%"maxW="1056">
27
28
<Image
28
29
resizeMode="contain"
29
30
source={{ uri: "/img/NativeBaseSnippet.gif" }}
30
31
alt="aang transitioning to avatar state"
31
32
/>
32
33
</AspectRatio>
34
+
35
+
<br />
36
+
<br />
37
+
38
+
### NativeBase icons
39
+
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.
0 commit comments