-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iOS 15 UISheetPresentationController options #7322
base: master
Are you sure you want to change the base?
Conversation
It works but there are two issues:
There are also a couple of concerns:
|
Hey @svbutko, I tried adding the native iOS bottom sheet to my Navigation router for React Native but I ran into trouble. The iOS bottom sheet is meant to resize when it’s dragged. For example, a button in the bottom right of the sheet stays in the bottom right as you expand/collapse it. I tried calling setSize in |
@yogevbd is there any other work except for this pr towards adding the feature? |
Hey, I just added Bottom Sheet support to my Navigation router on iOS. I removed the flicker I mentioned when the sheet is dropped. Details in the PR but let me know if you want to know more |
Implements: #7320
WIP 🚧
TODO: