Skip to content

v0.4.1

Compare
Choose a tag to compare
@IjzerenHein IjzerenHein released this 01 Sep 16:57

Features

  • added whole new sharedElements config API which supports pop as well (9c4136d)

Bug Fixes

  • fixed navigation.setParams not working (c0a5f6a)

BREAKING CHANGES

  • The old API where the shared elements could be passed as props has been dropped. Instead you should define a static variable called sharedElements on your Screen component now. See the README for more details.