Hi, I am using the precompose library for navigati...
# multiplatform
s
Hi, I am using the precompose library for navigation but in a recent update I have observed as shown below
group's route and initialRoute does not support path variable and regex, only static route is supported
in my current project, this is how I use the path variable what is the alternative in the latest version of precompose navigation @Tlaster can you please check once and help to suggest an alternative, attach the screenshot for your references
t
The reason group doesn't support path variables is here: https://github.com/Tlaster/PreCompose/issues/184 , replacing path variables with static paths is one solution to this issue.
s
@Tlaster the guy who raised the issue, did he tried to make the path variable as optional? hope that should solve the crash?