ambojialur

Results 13 comments of ambojialur

> Hi @VikAdvani and thank you for the help with this issue, I hope that Google manages to fix this in the future. However as we do not have time...

> Have a look to this: #97 It now works fo since I have: completely remove @OverRide at line 23 of files : RCTBluetoothSerialPackage inside the package: node_modules\react-native-bluetooth-serial\android\src\main\java\com\rusel\RCTBluetoothSerial Thank you

### This code is not working for me ``` BluetoothSerial.readFromDevice() .then(data => { console.log('Data: ' + data); }) .catch(err => console.log(err.message)); ```

> Hi, I am trying to come back to my react native app from unity view on the back press. > > But app is crashing whenever i click back...

> Hello, > > When opening the unity module for the first time there is no problem, but when reopening show the previous state, not restart. > > To close...

I am getting the same issue!

> the plugin only starts the unit itself and then unloads it from memory using the documented Unity functions. manage scene restarts in Unity itself - you should handle events...

> For me the application is crashing as in the attached video - https://user-images.githubusercontent.com/22703602/167987171-13875d0e-8b25-4625-bc25-299569d4e7b9.mp4

> @harrymash2006 I am also facing the same issue, on which device it's working fine? I am using S8.

> @azesmway I resolved the issue by NOT calling unloadUnity, but if I do navigation back and then come to the screen with unityview it crashes/freezes without starting unity again...