Skip to content

Commit 60212e4

Browse files
committed
Truncate native bottom tabs post
1 parent a5d501a commit 60212e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/2025-01-29-using-react-navigation-with-native-bottom-tabs.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Bottom Tabs meet Native
33
authors: oskar
4-
tags: [tutorial, react-native-paper]
4+
tags: [tutorial]
55
---
66

77
This is a guest post by Oskar Kwaśniewski, creator of `react-native-bottom-tabs`, a library exposing native tab primitives that integrates with React Navigation. If you like this guide, check out the `react-native-bottom-tabs` [documentation](https://callstackincubator.github.io/react-native-bottom-tabs/) for more!
88

99
This blog post will explain the differences between the JavaScript Bottom Tabs navigator and provide a step-by-step guide for integrating React Navigation with the Native Bottom Tabs Navigator.
1010

11+
<!--truncate-->
12+
1113
## Introduction
1214

1315
React Navigation comes with many navigators out of the box. We've got Stack, Native Stack, Drawer, and Bottom Tabs, but there were no Native Bottom Tabs until today!

0 commit comments

Comments
 (0)