We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 5.0.0-alpha.10 the prop handleheight is described here. https://ui.gorhom.dev/components/bottom-sheet/props#handleheight
However it doesn't actually exist in the typedefinitions.
Describe what you expected to happen:
<BottomSheet backdropComponent={renderBackdrop} onChange={localOnChange} onAnimate={localOnAnimate} animateOnMount={false} enableContentPanningGesture={false} enablePanDownToClose handleComponent={component} handleHeight={48} index={-1} onAnimate={handleAnimate} ref={bottomSheetRef} snapPoints={snapPoints} > {children} </BottomSheet>
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Sorry, something went wrong.
This issue was closed because it has been stalled for 5 days with no activity.
I experienced same error with the latest version 5.04.
@gorhom is it expected?
It looks like it was taken out in #1683 but the docs were not updated.
No branches or pull requests
Bug
In 5.0.0-alpha.10 the prop handleheight is described here.
https://ui.gorhom.dev/components/bottom-sheet/props#handleheight
However it doesn't actually exist in the typedefinitions.
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
The text was updated successfully, but these errors were encountered: