UNPKG

@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.

13 lines (12 loc) 254 B
/** * @type {import('@react-native-community/cli-types').UserDependencyConfig} */ module.exports = { dependency: { platforms: { android: { cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt', }, }, }, };