Skip to content

Commit 08785a4

Browse files
authored
Merge pull request #24 from sagivo/master
1. support for RN 0.40 2. refactor to new swift 3
2 parents e5fb732 + 0c0caf8 commit 08785a4

File tree

4 files changed

+147
-146
lines changed

4 files changed

+147
-146
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ you can find demo here: https://github.com/oney/RCTWebRTCDemo
2020

2121
## Installation:
2222

23+
old versions (RN < 0.40) please use version `1.5.4`
2324
**from npm package**: `npm install react-native-incall-manager`
2425
**from git package**: `npm install git://github.com/zxcpoiu/react-native-incall-manager.git`
2526

ios/RNInCallManager/RNInCallManager-Bridging-Header.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#ifndef RNInCallManager_Bridging_Header_h
99
#define RNInCallManager_Bridging_Header_h
10-
#import "<React/RCTBridge.h>"
11-
#import "<React/RCTBridgeModule.h>"
12-
#import "<React/RCTEventDispatcher.h>"
10+
#import <React/RCTBridge.h>
11+
#import <React/RCTBridgeModule.h>
12+
#import <React/RCTEventDispatcher.h>
1313

1414
#endif /* RNInCallManager_Bridging_Header_h */

0 commit comments

Comments
 (0)