Skip to content

v1.0.0-beta.20

Compare
Choose a tag to compare
@kelset kelset released this 21 Nov 01:21

Breaking Changes

  • Add previous scene to tabBarOnPress (#2790) - thanks @pietro909
    Now the callback to handle tap events is an object containing:

    • the previousScene: { route, index } which is the scene we are leaving
    • the scene: { route, index } that was tapped
    • the jumpToIndex method that can perform the navigation for you

New Features

  • Allow custom header and back button to use the props from react-navigation (#2712) - thanks @vonovak
  • Update TabBarBottom to accept styling for animations (#2945) - thanks @mujavidb
  • Dispatch can be called multiple times per tick (#1313) - thanks @dantman
  • Update to react-native@0.50 and flow-bin@0.56 (#2998) - thanks @Ashoat & @skevy
  • Allow transition configuration between tabs (#2222) - thanks @davidtrogers

Bugfixes & Improvements

Documentation

Repository chores