Closed
Description
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?