Sorry, I couldn't find a better issue name.
Continuing from gorhom/react-native-portal#61 (comment) @arekkubaczkowski
Here's my Sheet and then an example usage of it - I'm originally a web developer and kinda adopted my approaches from how Mantine does it
Also, I thought useId gives a stable id per component mount? Sheet is always mounted (even when sheet not shown) so the id should be constant for the duration of it being mounted, as far as I am aware.
Thanks for looking into this with me!
Sorry, I couldn't find a better issue name.
Continuing from gorhom/react-native-portal#61 (comment) @arekkubaczkowski
Here's my Sheet and then an example usage of it - I'm originally a web developer and kinda adopted my approaches from how Mantine does it
Also, I thought
useIdgives a stable id per component mount?Sheetis always mounted (even when sheet not shown) so the id should be constant for the duration of it being mounted, as far as I am aware.Thanks for looking into this with me!