iddan / react-native-canvas

A Canvas component for React Native
MIT License
981 stars 172 forks source link

`clearRect()` crashes in Expo 49 #325

Closed RobinBobin closed 2 months ago

RobinBobin commented 6 months ago

Hi, I'm using this package with Expo 49. Every time I use clearRect() to clear the canvas I have this exception thrown: TypeError: this.postMessage is not a function (it is undefined). My code:

clearRect(0, 0, canvasSize.width, canvasSize.height)

canvasSize.width and canvasSize.height have valid values.

Any ideas? Thanks.

iddan commented 2 months ago

This should be okay with the latest version.