Skip to content

Commit 05fa600

Browse files
committed
Fixing Android imports
1 parent 5a45751 commit 05fa600

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.rusel.RCTBluetoothSerial;
22

3-
import java.util.ArrayList;
3+
import java.util.Arrays;
44
import java.util.Collections;
55
import java.util.List;
66

ios/RCTBluetoothSerial/RCTBluetoothSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <React/RCTBridgeModule.h>
10-
#import <React/RCTEventDispatcher.h>
10+
//#import <React/RCTEventDispatcher.h>
1111

1212
//#import "RCTEventEmitter.h" Wasnt working properly yet, events were fired but listeneres not called
1313
#import "BLE.h"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bluetooth-serial",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "'Bluetooth serial for react native'",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)