UNPKG

@magnetman103/react-native-sketch-canvas

Version:

A fork of react native sketch canvas from sourcetoad for modification.

14 lines (11 loc) 379 B
import type { TurboModule } from 'react-native'; import { TurboModuleRegistry } from 'react-native'; export interface Spec extends TurboModule { getConstants: () => { MainBundlePath: string; NSDocumentDirectory: string; NSLibraryDirectory: string; NSCachesDirectory: string; }; } export default TurboModuleRegistry.getEnforcing<Spec>('SketchCanvasModule');