You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't use AnimatedNativeScreen when stackPresentation prop is not set (#2107)
## Description
All navigators except `native-stack` does not set `stackPresentation` so
it resolved in `AnimatedNativeModalScreen` making all navigators that
are nested or under some views not work with pressability. Follow-up to
#2028
## Changes
- Added `undefined` case for setting AnimatedNativeScreen
## Test code and steps to reproduce
You can check `Test1214.tsx` or `Test2028.tsx` (after changing import to
`@react-navigation/stack`) in order to test targets of touchables.
## Checklist
- [x] Ensured that CI passes
0 commit comments