Skip to content

Commit

Permalink
[ios] Update imports for react-native version >= 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusel1989 committed Feb 16, 2017
1 parent 631d31c commit b637281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ios/RCTBluetoothSerial/RCTBluetoothSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
// Copyright © 2016 Jakub Martyčák. All rights reserved.
//

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTEventDispatcher.h>

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

Expand Down
1 change: 0 additions & 1 deletion ios/RCTBluetoothSerial/RCTBluetoothSerial.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import "RCTBluetoothSerial.h"
#import "RCTEventDispatcher.h"

@interface RCTBluetoothSerial()
- (NSString *)readUntilDelimiter:(NSString *)delimiter;
Expand Down

0 comments on commit b637281

Please sign in to comment.