expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Fade transition only applied on close #487

Open thomasarbona opened 7 years ago

thomasarbona commented 7 years ago

I'm trying to make a route which fades on open and close.

static route = {
    styles: {
      ...NavigationStyles.Fade,
    }
  };

But the Fade effect only affects the transition when I close this component. How can the transition be applied on open too ?