Skip to content

v0.5.1

Compare
Choose a tag to compare
@timomeh timomeh released this 15 May 18:51
· 172 commits to master since this release
v0.5.1

Bugfixes

  • 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.

Misc

  • Added a few examples