ptomasroos/react-native-scrollable-tab-view
Voir sur GitHubscrollview jumps on orientation change
Open
#518 ouverte le 3 janv. 2017
help wanted
Métriques du dépôt
- Stars
- (6 912 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
When you enable orientation change the lock itself on pixel position, all the tabs rerender to fit the new width, but scroll is locked so in the view you see different tab than before, the animation slides to the new position of selected tab. See recording 
The code with minimal implementation to reproduce the bug is available on github.com/lenkavon/rn-orientation-playground
There is also generalised question on stackoverflow