-
Notifications
You must be signed in to change notification settings - Fork 25
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
GiphyDialog does not work with formSheet modal #166
Comments
Hey @timothyerwin, Indeed, that is strange. When using the
Please let me know if that works for you. P.S. Just found this. |
Okay, it seems I've found a solution to fix the issue on |
@timothyerwin, |
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-02-22.at.16.08.35.mp4It's working awesome. Thanks for the quick turnaround! |
🐛 Bug Report
(A clear and concise description of what the bug is)
Using
react-navigation
andpresentation: 'formSheet'
means the dialog will not show. It only seems to work with'card'
type.To Reproduce
(Write your steps here:)
react-navigation
with StackNavigator andpresentation: 'formSheet'
GiphyDialog.show();
Expected behavior
(Write what you thought would happen.)
...should show the Giphy dialog
Actual Behavior
(Write what happened. Add screenshots, if applicable.)
Shows nothing.
Your Environment
Reproducible Demo
The text was updated successfully, but these errors were encountered: