React Native logic based navigation depending on next screen data
I have a React Native applications where during the onboarding workflow (after login), I have few screens to display or to skip depending on the data retrieved from my backend (which are stored in a local database). For instance, I…