-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
Current behavior
CardStyleInterpolators.forHorizontalIOS
animation is not smooth in screen transition. facing glitches , getting stuck . very uncomfortable experience on Stack.Navigator
Expected behavior
need smoother transition experience.
Reproduction
i can't share my code.
Platform
- Android
- iOS
- Web
- Windows
- MacOS
Packages
- @react-navigation/bottom-tabs
- @react-navigation/drawer
- @react-navigation/material-top-tabs
- @react-navigation/stack
- @react-navigation/native-stack
- react-native-drawer-layout
- react-native-tab-view
Environment
- I've removed the packages that I don't use
package | version |
---|---|
@react-navigation/native | ^7.1.17 |
@react-navigation/bottom-tabs | ^7.4.7 |
@react-navigation/stack | ^7.4.8 |
react-native-screens | ^4.16.0 |
react-native-safe-area-context | ^5.5.2 |
react-native-gesture-handler | ^2.28.0 |
react-native-reanimated | ^4.1.2 |
react-native | 0.81.1 |
node | 22.19.0 |
npm or yarn | yarn |
leiferikbjorkli