callstackincubator / rebolt-navigation

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

Error while popping screen with `Animation.none` #39

Closed souhe closed 6 years ago

souhe commented 6 years ago

Steps to reproduce

  1. Create a navigation screen with animation prop set to Animation.none:
    <StackNavigator.Screen headerTitle="Settings" navigation animation=(Animation.none)>
  2. Push it to StackNavigator
  3. Screen appears without animation
  4. Click back button on header

Result

screen shot 2018-04-10 at 22 39 33