react-native-canvas icon indicating copy to clipboard operation
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

CanvasRenderingContext2D.isPointInPath is not working. Whenever I try to use it, I get the error as in the image below. Does anyone know about this issue? Below is an example code...

bug

Hey, I'm working on a project right now, and for testing purposes, I tried running the default app found in the README. Here it is: ``` import React, { Component...

bug

Added simple custom font loader for using custom fonts inside canvas WebView

enhancement
help wanted

I've been having the same problem. This is my code: ```jsx import React, { Component } from 'react'; import { AppRegistry, View, PanResponder, } from 'react-native'; import Canvas, {Image as...

bug
help wanted

hi, when i use getImageData manipulate pixels and then putImageData the result that is that a smaller version of the image is drawn even though i want to the entire...

bug

canvasContext.putImageData(data,0,0) not drawing anything I'm trying to pass an ImageData element to the canvas so it's displayed on it, my code looks like: ``` import Canvas, {ImageData} from 'react-native-canvas'; ......

bug

When I do more than one rect or path, all previous forms are re-write with new style definition : ```js // red rectangle ctx.fillStyle = "rgba(255, 0, 0, 0.3)"; ctx.strokeStyle...

bug

Hello, the loading opacity merge is not valid. Please revert it. It probably never rerenders with loading=true because handleLoad doesn't cause a shouldComponentUpdate:return true because state is never invalidated.

bug

Hi everyone. I'm afraid I discovered an error. I can't create a pattern: I get a completely black area. If I call the "drawImage" command everything works properly (but I...

bug
help wanted

Hello, iddan, when I unMount my component, I get the error : "ExceptionsManager.js:65 Error: Image must be initialized with a Canvas instance".I think we should remove the Image load listener...

bug
help wanted