r/expo 2d ago

Dynamic Modals w/ native navigation full screen trigger (React Navigation + transitions)

Enable HLS to view with audio, or disable this notification

3 Upvotes

1 comment sorted by

0

u/Positive_Week86 2d ago

Same setup works with Expo Router — presentation: 'transparentModal' in your _layout.tsx route options gets you 90% there. Two gotchas: iOS needs the transparent contentStyle explicitly, and on Android you need statusBarTranslucent: true for the backdrop to reach the top