Skip to content
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

Allowed detent change on bottom Sheet (Android) #833

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Conversation

grahammendick
Copy link
Owner

Fixes #831

Provided valid tag when fetching event dispatcher. Used the View id instead of the empty Fragment id.
React Native used to throw a soft exception so didn't notice the problem. Latest React Native throws a hard exception.

Also updated Medley sample to latest navigation-react-native to support opening Sheet on all scenes.

Fixes opening modal from non-first scene (see #832)
Fragment doesn't have an id. Was only throwing a soft exception on old react native so didn't notice. Latest react native throws a real exception
@grahammendick grahammendick merged commit 9cb2c3e into master Oct 23, 2024
@grahammendick grahammendick deleted the issue-831 branch October 23, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

android app crashes when Sheet is set to modal and hideable is true
1 participant