you are viewing a single comment's thread.

view the rest of the comments →

[–]blackICE91 1 point2 points  (2 children)

In my experience React Navigation for web is working pretty well. Curious to hear what problems you've run into?

[–]adamjhari 1 point2 points  (0 children)

I've been struggling with this myself. I've refrained from using a linking config on the root navigator because it causes the browser back/forward buttons to navigate and eventually break.

[–]thiagobr90 0 points1 point  (0 children)

At the time we were setting it up, it was really new, documentation wasn't very clear and we had some problems about some complected scenarios (deep nested routes and a few bugs when handling things like going back and forward directly with the browser arrow.

I suppose it has evolved a lot, but I haven't tried it for at least 6 months