expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.24k stars 868 forks source link

[navigation] Upgrade to Expo SDK 43 and React Navigation 6 #333

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

There is still something weird, even when using the nested navigator types the linking config type does not allow nesting config.screens.Root.screens property. It looks like it's forced omitted with:

image

Which seems off, because the documentation clearly states it should work.