little-infinity
Results
2
comments of
little-infinity
### The cause of this error can be found in the RNSerialPortModule.java file. **method : requestUserPermission()** ``` private void requestUserPermission() { if(device == null) return; PendingIntent mPendingIntent = PendingIntent.getBroadcast(reactContext, 0...
> I ran into the same problem and managed to solve it by : > > * Adding some permissions to my manifest file > > ``` > > >...