Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/react-native-express
/ Props
Interface
Props
components/SpectacleSlideshow.tsx:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
interface Props {
14
slides: Slide[]
15
}
16
17
// Load spectacle dynamically, since it doesn't work with SSR
18
export default dynamic<Props>(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected