expo / expo-2d-context

A pure-js implementation of the W3C's Canvas-2D Context API that can be run on either Expo Graphics or WebGL
111 stars 7 forks source link

Problem with renderWithOffscreenBuffer #9

Open xedoken opened 5 years ago

xedoken commented 5 years ago

If i use renderWithOffscreenBuffer: false, canvas is working well on android, but not working on ios. If i use renderWithOffscreenBuffer: true - all devices works well, but how can i clear image now? Every methods like clearRect - not working. So question is - how can i clear and update canvas when i use renderWithOffscreenBuffer? Thanks.