MCPcopy Index your code
hub / github.com/software-mansion/react-native-gesture-handler / Example

Interface Example

apps/common-app/src/common.tsx:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16} from 'react-native-reanimated';
17
18export interface Example {
19 name: string;
20 component: React.ComponentType;
21 unsupportedPlatforms?: Set<typeof Platform.OS>;
22}
23
24export interface ExamplesSection {
25 sectionTitle: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…