@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.
9 lines (8 loc) • 503 B
JavaScript
;
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
export default codegenNativeComponent('RNTSketchCanvas');
export const Commands = codegenNativeCommands({
supportedCommands: ['save', 'addPoint', 'addPath', 'addInitialPaths', 'newPath', 'deletePath', 'endPath', 'clear', 'transferToBase64']
});
//# sourceMappingURL=SketchCanvasNativeComponent.js.map