Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't use AnimatedNativeScreen when stackPresentation prop is no…
…t set (software-mansion#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 software-mansion#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
- Loading branch information