MCPcopy Create free account
hub / github.com/OpenAgentsInc/arcade / ScreenWithSidebarProps

Interface ScreenWithSidebarProps

app/components/ScreenWithSidebar.tsx:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { useFocusEffect, useNavigation } from "@react-navigation/native"
12
13interface ScreenWithSidebarProps {
14 title: string
15 children: React.ReactNode
16}
17
18export const ScreenWithSidebar: FC<ScreenWithSidebarProps> = ({ title, children }) => {
19 const [open, setOpen] = useState(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected