react-native-tab-view
react-native-tab-view copied to clipboard
Rendered label shows pressed animation when swiping
Current behavior
Whenever I swipe to a different tab, the labels for the screen I swipe from and to show a pressed animation.
https://user-images.githubusercontent.com/22476835/127987544-228ce074-af74-4f26-bf12-f9889cf01888.MP4
I tried playing around with changing the press opacity, but had no effect. Also initially used the active and inactive color props to see if that would affect it, also no.
Expected behavior
I expect it to not show a pressed effect when swiping.
Reproduction
https://snack.expo.dev/@chazzaoui/react-native-tab-view
Platform
- [X] Android
- [X] iOS
- [ ] Web
- [ ] Windows
- [ ] MacOS
Environment
| package | version |
|---|---|
| react-native-tab-view | 3.0.1 |
| react-native-pager-view | 5.4.0 |
| react-native | 0.63.2 |
| node | 14.13.0 |
| npm or yarn | 6.14.9 |
Couldn't find version numbers for the following packages in the issue:
expo
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native-tab-view(found:3.0.1, latest:3.1.1)react-native(found:0.63.2, latest:0.64.2)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native-tab-view(found:3.0.1, latest:3.1.1)react-native(found:0.63.2, latest:0.64.2)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Yess issue is still there after upgrading both