MCPcopy Create free account
hub / github.com/Expensify/react-native-live-markdown / Spec

Interface Spec

src/NativeLiveMarkdownModule.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {TurboModuleRegistry} from 'react-native';
3
4interface Spec extends TurboModule {
5 install: () => boolean;
6}
7
8export default TurboModuleRegistry.get<Spec>('LiveMarkdownModule');

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…