I'm using Expo Router.
Swipe to back does not work when using Link
. Is this intentional in Expo Router?
Reproducible & minimal codes is here: https://github.com/ygnoh/expo-router-swipe
Navigate to screen two
in index
two
page. -> does not workIf it is not supported, it there any way to implement it?
The problem was caused by not applying Stack to the layout.
Once I applied the Stack, it worked fine.