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
feat(iOS, SplitView): Add support for presentsWithGesture prop (#3001)
## Description
SplitView installs its own GestureRecognizer for changing the display
mode. There's a method `presentsWithGesture` which can disable this
GestureRecognizer. In this PR I am adding a setter for this API from the
JS native component.
## Changes
- Updated example
- Added native setter
- Updated JS native component definition
## Test code and steps to reproduce
Updated `SplitViewBaseApp`
https://github.com/user-attachments/assets/a5cf2bd3-0183-4258-89bf-34c84b7ed589
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes
Closessoftware-mansion/react-native-screens-labs#230
0 commit comments