callstackincubator / rebolt-navigation

Fast and declarative router for Rebolt
https://rebolt-navigation.callstack.com/
MIT License
208 stars 11 forks source link

Decouple Header interpolators with the animation #58

Closed grabbou closed 6 years ago

grabbou commented 6 years ago

Right now, header interpolator is part of animation you define for screen. We need to make them separate and optionally provide headerInterpolator prop on StackNavigator (only when requested). That will make working with custom animations way more simple.

grabbou commented 6 years ago

Fixed in master, CC: @satya164