react-navigation / react-navigation/react-navigation
The swipe animation is so fast that it doesn't feel like swiping
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 24.5k
- Forks
- 5.1k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 18
Description
Current behavior
The swipe animation is too fast.
*NOTE: the expo is provided since it is required, but it works as expected on expo based apps, native one is the one that is too fast.
Expected behavior
The swipe animation to behave the same as in v5, smooth.
Reproduction
https://snack.expo.dev/@eleutheromaniac/material-top-tabs-v6
Platform
- Android
- iOS
- Web
- Windows
- MacOS
Packages
- @react-navigation/bottom-tabs
- @react-navigation/drawer
- @react-navigation/material-bottom-tabs
- @react-navigation/material-top-tabs
- @react-navigation/stack
- @react-navigation/native-stack
Environment
| package | version |
|---|---|
| @react-navigation/native | 6.0.2 |
| @react-navigation/bottom-tabs | - |
| @react-navigation/drawer | - |
| @react-navigation/material-bottom-tabs | - |
| @react-navigation/material-top-tabs | 6.0.2 |
| @react-navigation/stack | 6.0.7 |
| @react-navigation/native-stack | 6.1.0 |
| react-native-safe-area-context | 3.3.2 |
| react-native-screens | 3.7.1 |
| react-native-gesture-handler | 1.10.3 |
| react-native-reanimated | 2.2.1 |
| react-native-tab-view | 3.1.1 |
| react-native-pager-view | 5.4.4 |
| react-native | 0.65.1 |
| expo | - |
| node | v16.9.1 |
| npm or yarn | 1.22.11 |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Snack reproduction and the native Android implementation used by @react-navigation/material-top-tabs and @react-navigation/stack. Compare the v6 swipe behavior with v5, focusing on the listed React Native, react-native-reanimated, react-native-tab-view, and react-native-pager-view versions. Done means the native Android swipe animation feels smooth and matches v5 without regressing the working Expo behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100