react-native-gcanvas icon indicating copy to clipboard operation
react-native-gcanvas copied to clipboard

iOS crash

Open Loovery opened this issue 1 year ago • 0 comments

`

  • (void)reInitContext{ self.gcanvasInited = NO; if (self.gcanvas->GetContextType() == 0) { self.needDisableImageSmoothing = !self.context->ImageSmoothingEnabled(); // Thread 2 } // [self removeCommands]; self.gcanvas->ReCreateContext(); self.context = self.gcanvas->GetGCanvasContext(); } `

Loovery avatar Oct 19 '24 01:10 Loovery