v0.4.1
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.