Hi!
I ran into an issue on Android. My use case is a sheet with dynamic content. It sits persistent on the UI in a collapsed but visible state at detent 0. I have it overlaid on a map and selecting some marker can set a variety of content to be displayed in the sheet. We do .resize(1) to open the sheet up and display the content. This works great on iOS, but on Android the sheet begins to resize and then immediately closes back to detent 0 upon the resize + content change.
Anyways, I've prepared a fix:
main...allthetime:react-native-true-sheet:main
LMK if I can upgrade to a PR.
Hi!
I ran into an issue on Android. My use case is a sheet with dynamic content. It sits persistent on the UI in a collapsed but visible state at detent 0. I have it overlaid on a map and selecting some marker can set a variety of content to be displayed in the sheet. We do .resize(1) to open the sheet up and display the content. This works great on iOS, but on Android the sheet begins to resize and then immediately closes back to detent 0 upon the resize + content change.
Anyways, I've prepared a fix:
main...allthetime:react-native-true-sheet:main
LMK if I can upgrade to a PR.