要在React Native应用程序中绘制图像,我使用了以下内容 npm模块
npm install @terrylinla/react-native-sketch-canvas --save
要实现该模块,我遵循了给定链接中提到的步骤。
https://github.com/terrylinla/react-native-sketch-canvas
在该应用程序中打开关注页面时,我遇到了应用程序中的错误
View config not found for name RNSketchCanvas
我使用了npm模块本身中的示例代码。