You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed flickering of pressRipple in react-navigation (see #27)
The flickering was caused by an update-loop when calling setState() in onTabChange (see #28). Now you can safely call setState() in onTabChange without causing a loop of re-renders.