Traviskn / react-router-native-stack

A stack navigation component for react-router-native
MIT License
171 stars 36 forks source link

Two consecutive redirects leads to blank screen #49

Open aertmann opened 5 years ago

aertmann commented 5 years ago

If two components render a <Redirect /> component directly after each other, then we're left with a blank screen or splash screen.

Works fine in 0.0.11, but broken since 0.0.12. Likely a regression of https://github.com/Traviskn/react-router-native-stack/pull/31