@sourcetoad/react-native-sketch-canvas
Version:
react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.
12 lines • 377 B
TypeScript
import type { TurboModule } from 'react-native';
export interface Spec extends TurboModule {
getConstants: () => {
MainBundlePath: string;
NSDocumentDirectory: string;
NSLibraryDirectory: string;
NSCachesDirectory: string;
};
}
declare const _default: Spec;
export default _default;
//# sourceMappingURL=NativeSketchCanvasModule.d.ts.map