Thinking about making a tutorial video on "common Expo Router layouts and navigation patterns".
Are any that would be especially useful to talk through?
Are any that would be especially useful to talk through?
Comments
also, the layout-as-sheet trick is super cool, worth highlighting
https://github.com/mozzius/graysky/blob/main/apps/expo/src/lib/absolute-path-context.tsx
you put the provider around all the stacks in:
(tabs)/(feeds,search,notifications,self)/_layout.tsx
and provide the segment. then in the screens, you can get a path that includes the name of the current group