Grigorii Korepanov

Results 4 issues of Grigorii Korepanov

### Version - react-native-ble-manager v7.1.4 - react-native v0.63.2 - Android v.10 ### Expected behaviour Writing data into the characteristic, in the background mode `BleManager.write(id, service, characteristic, data);` ### Actual behaviour...

UnsatisfiedLinkError No implementation found for void com.taobao.gcanvas.GCanvasJNI.setContextType(java.lang.String, int) (tried Java_com_taobao_gcanvas_GCanvasJNI_setContextType and Java_com_taobao_gcanvas_GCanvasJNI_setContextType__Ljava_lang_String_2I)

'GL/GGL.h' file not found

` - (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(); } `