don/BluetoothSerial

I get an issue that says Native module RCTBluetoothSerial tried to override RCTBluetoothSerialModule.

HunterB81 opened this issue · 5 comments

Any idea on how to fix this? This problem stops me from opening the application.
help

hellp2
This is a screenshot of my Main Activity java file, as you can see I have no duplicates so I do not understand why I'm getting that error.

don commented

I'm not sure what that error is from. RCTBluetoothSerial is not part of this plugin.

@HunterB81 Do you fix?

I have exact same error, plz give solution if you found it!

It might simply be because of that line : packages.add(new RCTBluetoothSerialPackage());
I think it auto-adds it now, so adding it again, makes it crash