You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a stack navigator from dynamic information, but in order to do so, it either has to take in props or be embedded in a class. Either way, I cannot just return the navigator as "Functions are not valid as react children". Is it impossible to create a stack navigator from dynamic data?