If you have tabs → stack → modal → another stack, the new isNestedNavigator field is insufficient since it only checks one layer deep for nested navigators.
There should be an alternative nestedNavigatorCount (or something like it) so that we know how deep the nested navigators need to go. Alternatively, there could be a behavior that is told to go as deep as possible vs a set number of layers:
Setting recursive would tell Solito to go all the way to the root stack. Alternatively, you could tell it how many layers deep it should go with a number.
If you have tabs → stack → modal → another stack, the new
isNestedNavigator
field is insufficient since it only checks one layer deep for nested navigators.There should be an alternative
nestedNavigatorCount
(or something like it) so that we know how deep the nested navigators need to go. Alternatively, there could be a behavior that is told to go as deep as possible vs a set number of layers:Setting
recursive
would tell Solito to go all the way to the root stack. Alternatively, you could tell it how many layers deep it should go with a number.