From 9897376a8381287ca8b52de6d5afde66381006fa Mon Sep 17 00:00:00 2001 From: Malintan2112 <45143286+Malintan2112@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:20:36 +0700 Subject: [PATCH 1/2] Fix bug :react-native-bluetooth-serial:compileDebugJavaWithJavac --- .../rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java b/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java index 3ae4831..311e7b8 100644 --- a/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java +++ b/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java @@ -20,7 +20,7 @@ public List createNativeModules(ReactApplicationContext reactConte return modules; } - @Override + public List> createJSModules() { return Collections.emptyList(); } @@ -29,4 +29,4 @@ public List> createJSModules() { public List createViewManagers(ReactApplicationContext reactContext) { return Collections.emptyList(); } -} \ No newline at end of file +} From 424d3fd7ac9dcd81441f56d29335d705199ddc91 Mon Sep 17 00:00:00 2001 From: Malintan2112 <45143286+Malintan2112@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:28:53 +0700 Subject: [PATCH 2/2] fix bug android --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02f2ae5..2e322d2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/rusel1989/react-native-bluetooth-serial.git" + "url": "git+https://github.com/Malintan2112/react-native-bluetooth-serial" }, "keywords": [ "bluetooth",