rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 291 forks source link

Update RTCBluetoothSerialPackage remove @Override #116

Closed litesam closed 4 years ago

litesam commented 4 years ago

@rusel1989 Please update the file RTCBluetoothSerialPackage to remove override from createJSModules function because it is not implemented in ReactPackage, reference: https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/ReactPackage.java

litesam commented 4 years ago

Looks like there are multiple PRs like this so closing this as duplicate.