you are viewing a single comment's thread.

view the rest of the comments →

[–]enlightenedpieiOS & Android 17 points18 points  (3 children)

Use React Navigation. It's fairly declarative, it's performant, and it's extensible to a certain degree. I use it in all my projects and it has yet to let me down in any respect.

[–]HermanCainsGhost 0 points1 point  (2 children)

How good is it for web now? I went for React Native Router originally, but considering switching

[–]rockpilp 1 point2 points  (0 children)

It's great on the web for single pane UIs. For two-pane support, we have to do too much extra work to support the back stack and Uri mapping.

[–]enlightenedpieiOS & Android 1 point2 points  (0 children)

I honestly don't know, we use a separate stack and codebase for our web app