react-native-canvas
react-native-canvas copied to clipboard
A Canvas component for React Native
Results
41
react-native-canvas issues
Sort by
recently updated
recently updated
newest added
If you set a custom width/height to the canvas, then use toDataURL, the image exported is wrong/not the same as the image shown. Example: `render() { const canvasWidth = 900...