Here's a basic starter to show navigating from one screen to another.
This screen uses the same code on Next.js and React Native.
)
}
function SheetDemo() {
const toast = useToastController()
const [open, setOpen] = useState(false)
const [position, setPosition] = useState(0)
return (
<>