From e5d222b001d05b2801345c3b7ad92f944093d160 Mon Sep 17 00:00:00 2001 From: Jordan Thomson Date: Fri, 9 Jan 2026 11:53:08 +1100 Subject: [PATCH] Changed quick start URL for `react-native-bottom-tabs` --- ...2025-01-29-using-react-navigation-with-native-bottom-tabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-01-29-using-react-navigation-with-native-bottom-tabs.md b/blog/2025-01-29-using-react-navigation-with-native-bottom-tabs.md index 070c85e91ca..8652b8aaefe 100644 --- a/blog/2025-01-29-using-react-navigation-with-native-bottom-tabs.md +++ b/blog/2025-01-29-using-react-navigation-with-native-bottom-tabs.md @@ -77,7 +77,7 @@ TabView can turn in to a side bar on tvOS, iPadOS and macOS. The `sidebarAdaptab ## Getting started -To get started follow the installation instructions in the `react-native-bottom-tabs` [documentation](https://callstackincubator.github.io/react-native-bottom-tabs/docs/getting-started/quick-start.html). +To get started follow the installation instructions in the `react-native-bottom-tabs` [documentation](https://oss.callstack.com/react-native-bottom-tabs/docs/getting-started/quick-start). Native Bottom Tabs Navigation resembles JavaScript Tabs API as closely as possible. Making your migration straightforward.