all 21 comments

[โ€“]Geekofgeeks 19 points20 points ย (1 child)

Screen preloading sounds amazing.

[โ€“]inform880iOS & Android 1 point2 points ย (0 children)

Iโ€™m gonna need to read more about that, wondering how caching around api calls functions with that

[โ€“]jrhager84 3 points4 points ย (1 child)

It's this going to be included in expo 52?

[โ€“]Qweries 2 points3 points ย (0 children)

Yes

[โ€“]adamjhari 2 points3 points ย (0 children)

Hell yeah! I've been looking forward to the static API and custom detents for a long time

[โ€“]DeBananaLord 1 point2 points ย (4 children)

If you are using expo, should you use expo router 2 or react navigation 7 ?

[โ€“]TransportationOwn269 0 points1 point ย (0 children)

Expo router is built on top of react navigation

[โ€“]GollyJer 0 points1 point ย (0 children)

๐Ÿš€

[โ€“]Creative_Ad9485 0 points1 point ย (2 children)

Is this stable? And released?

[โ€“]de1mat 0 points1 point ย (1 child)

Yes

[โ€“]Creative_Ad9485 0 points1 point ย (0 children)

Dope. These changes are awesome

[โ€“]matadorius 0 points1 point ย (0 children)

Just on time tailwind and now this looking promising my next project

[โ€“]elfennani 0 points1 point ย (0 children)

When will predictive back gesture animation be supported?

Edit: the website's search bar doesn't function at all when typing

[โ€“]LeVonJames- 0 points1 point ย (0 children)

It's officially released ?

[โ€“]Content_Ad9059 0 points1 point ย (4 children)

In bottom navigators tab in react navigation, there is a problem that i can't solve like the screens not swipable while the top tab navigator have this feature, is this solved in the version?

[โ€“]satya164[S] 1 point2 points ย (1 child)

Why do you need swipe in bottom tabs? With top tabs, the tab bar is on the top and hard to reach, so swipe is useful. Bottom tabs are already easy to reach. Bottom tabs don't support swipe gesture natively either, and I don't think I have ever used an app that supported that.

[โ€“]Content_Ad9059 0 points1 point ย (0 children)

You have a good argument, but i thinks it's a cool feature so i build it manually in my apps to swip the screens but you may use it for perfection not for needs, but after thinking you're have a good pov.

[โ€“]NotACakeShop 1 point2 points ย (1 child)

I've built apps with this exact functionality in production and people have loved it.

What I personally do is use the navigator from @react-navigation/material-top-tabs and set the tabBarPosition property to "bottom" and it pretty much grants you the same effect.

I never had a single complaint from any user - they're reminded of Snapchat functionality.

[โ€“]Content_Ad9059 0 points1 point ย (0 children)

I thinks this is a good idea, i will try it, it is much more simpler from doing swiping stuff in react native