React Navigation

503 posts

React Navigation banner
React Navigation

React Navigation

@reactnavigation

Routing and navigation for React Native and Web apps. Maintained by @satya164

가입일 Şubat 2018
10 팔로잉10.6K 팔로워
React Navigation
React Navigation@reactnavigation·
@umair170 Similar to headers, and bottom tabs on iOS, there aren't ways to change the layout of the native tab bar. If it's possible natively, then you can open a feature request for screens. You can also use a custom tab bar while using native navigator in 8.x for a fully custom design.
English
1
0
1
81
Umair Ahmed
Umair Ahmed@umair170·
@reactnavigation Is it possible to configure height etc on Android for the bottom tab bar? 👀 I've been experimenting with the unstable bottom tab bar in v7, iOS looks good but Android doesn't give too many options. 😞
English
1
0
0
51
React Navigation
React Navigation@reactnavigation·
React Navigation 8 supports PlatformColor for theming. Using this feature, we now export 2 Android-exclusive themes: - MaterialLightTheme - MaterialDarkTheme These themes use dynamic colors that automatically adapt to the user's wallpaper and theme preferences.
English
1
8
103
10K
React Navigation
React Navigation@reactnavigation·
@yassersstudio Probably because the website was down for a few minutes while we set up Cloudflare.
English
0
0
0
123
Yasser
Yasser@yassersstudio·
@reactnavigation Copy as markdown wasn’t working this evening :) it returned 404 error
English
1
0
0
101
React Navigation
React Navigation@reactnavigation·
React Navigation docs now return markdown instead of HTML for any request with a Accept: text/markdown header 📝 Anything else we can improve to make using the documentation easier with LLMs? reactnavigation.org/docs/llms
English
2
3
34
1.8K
React Navigation
React Navigation@reactnavigation·
We now have a page that lists all differences between dynamic and static APIs. Previously, it wasn't worth migrating if you already have types and deep links with the Dynamic API. But with LLMs, this could now be an option to simplify code and get better DX, and we want to make it easier to migrate. Plus, many nice improvements and features are coming to the static API in 8.x that aren't possible with the dynamic API. reactnavigation.org/docs/static-vs…
English
0
1
30
2.6K
React Navigation
React Navigation@reactnavigation·
We have had many updates since our first alpha. So we wrote a post with more details. 📝 Highlights - inactiveBehavior to pause or unmount - Deep links by default in Static config - Standard schema in linking - SF and Material Symbol - Material themes And more… Read below 👇
English
2
3
91
9.2K
React Navigation 리트윗함
Francesco
Francesco@IronTonyTheDev·
Debugging navigation in React Native apps can get messy. I built **Rozenite Navigation Inspector** to make it visible: 🗺️ Route sitemap ✨ Route autocomplete using sitemap + navigation tree + device routes 🧩 Dynamic route detection ([id], [...slug]) 🔍 Live navigation event inspection Works with Expo Router + React Navigation. @reactnative @expo @callstackio Looking for feedback 👇 npmjs.com/package/rozeni…
English
0
11
93
5.8K
React Navigation 리트윗함
Software Mansion
Software Mansion@swmansion·
Say hello to React Native Screens 4.24.0 👋 👉 This is the last release supporting the legacy architecture 👉 Improvements to the 5.0 stack implementation 👉 Header subview-related memory leak fix 👉 Many bug fixes
Software Mansion tweet media
English
1
8
146
13.5K
React Navigation
React Navigation@reactnavigation·
For React Navigation 8, we're experimenting with 2 things: - Using `React.Activity` (will replace experimental freeze) - Unmounting inactive screens entirely It's a bit tricky because navigators can be nested. But hopefully it'll work out.
Satyajit Sahoo@satya164

Last week I was playing with keeping content visible with `<Activity mode="hidden">` and managed to come up with 2 approaches that work on native and web. Should I write an article about it?

English
2
6
158
11.5K
React Navigation 리트윗함
Ed
Ed@trpfsu·
probably the hardest thing I've had the privilege of making was this threads-like shared element transition, built with @expo + @reactnavigation
English
26
11
387
27.3K
React Navigation
React Navigation@reactnavigation·
2 useful deep link features in React Navigation - Regex pattern lets you make profile URLs look like `/@​userId` but still support different formats for other top level routes - Path aliases let you map multiple paths to the same screen Works in both static & dynamic configs
React Navigation tweet media
English
0
1
56
2.6K
React Navigation 리트윗함
Software Mansion
Software Mansion@swmansion·
We’ve just released React Native Screens 4.21.0 and 4.22.0 🎉 New versions include: ✅ Support for xcassets-based icons on iOS ✅ A range of fixes across iOS, Android, and tvOS; including header item layout and tab bar layout issues on iOS ✅ Improvements to the new native stack implementation Check out 🧵for full release notes
Software Mansion tweet media
English
2
9
132
23.1K
React Navigation
React Navigation@reactnavigation·
React Navigation 8 now shows deep links that it handles, as well as events from navigators in the logger devtools. It should make it easier to debug what's happening.
React Navigation tweet media
English
2
1
139
8.5K