richardshaw700
richardshaw700
Same issue. I found re-renders work with the "Basic usage" method (i.e. direct refs) but you can't open a second sheet from the first one. Docs:💡 _While the above is...
Honestly this SheetManager is unlike anything I've ever experienced in react native. Where in the ether does this payload exist? **Nothing** will get it to re-render
⭐️ Found a solution: JSX payload has to be in a separate component and imported into the file. ``` import {SheetComponentJSX} from './SheetComponents.js'; const openSheet = () => { SheetManager.show('test-sheet',...