react-native-canvas
react-native-canvas copied to clipboard
A Canvas component for React Native
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...
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...
Added simple custom font loader for using custom fonts inside canvas WebView
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...
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...
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'; ......
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...
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.
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...
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...