Easier way to configure routes

I’m starting from the template app from expo init appname which uses @react-navigation. It has an index.tsx, LinkingConfiguration.ts, and …/types.tsx. It feels like I’m writing my route config 3 times, is there a better way so I can concisely define it all in one place? Is there a different nav library that would let me do that?

Hi @gasphynx

@bacon is trying to make navigation more automatic. See: expo-auto-navigation.

Maybe you can get some inspiration from it :slight_smile:

1 Like