Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.1k
feat(example): added FormSheet example#12448
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
feat(example): added FormSheet example#12448
Conversation
Hey@kligarski! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read ourcontribution guidelines. |
netlifybot commentedFeb 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview forreact-navigation-example failed.
|
There is a problem with TS I am unable to fix - when adding a new screen, after importing it and adding it to |
Uh oh!
There was an error while loading.Please reload this page.
Description
Added formSheet example screen.
Changes
fitToContents
prop,sheetAllowedDetents
prop,sheetCornerRadius
prop,sheetCornerRadius: 8
to show the difference (on default Android also uses no rounded corners),sheetGrabberVisible
prop,sheetLargestUndimmedDetentIndex
prop by disabling dimming for the first detent,sheetInitialDetentIndex
prop by showing last detent when opened,sheetExpandsWhenScrolledToEdge
,sheetElevation
prop,There is a problem with TS, when adding a new screen - see comment below:#12448 (comment).