Norman Torres
Norman Torres
Same here. `flutter: storage write exception: PlatformException(Exception encountered: UNKNOWN_ERROR, write, null, null) `
I just shared what worked for me in [https://github.com/facebook/react-native/issues/4968#issuecomment-277143936](https://github.com/facebook/react-native/issues/4968#issuecomment-277143936)
Just testing this library, this error is easy to solve. Just remove @ Override from /node_modules/react-native-bluetooth-serial/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java from this ``` public class RCTBluetoothSerialPackage implements ReactPackage { static final String TAG =...
Probably there are another ways... but u just realized a workaround fix without use of tether... just ``` js // create a new class with a position sticky ... or...
This issue has been ongoing for a couple of months now: any concurrent requests cause the server to crash. Although removing Daphne temporarily solved the problem during development. Using uvicorn...