File tree Expand file tree Collapse file tree 4 files changed +147
-146
lines changed Expand file tree Collapse file tree 4 files changed +147
-146
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ you can find demo here: https://github.com/oney/RCTWebRTCDemo
20
20
21
21
## Installation:
22
22
23
+ old versions (RN < 0.40) please use version ` 1.5.4 `
23
24
** from npm package** : ` npm install react-native-incall-manager `
24
25
** from git package** : ` npm install git://github.com/zxcpoiu/react-native-incall-manager.git `
25
26
Original file line number Diff line number Diff line change 7
7
8
8
#ifndef RNInCallManager_Bridging_Header_h
9
9
#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>
13
13
14
14
#endif /* RNInCallManager_Bridging_Header_h */
You can’t perform that action at this time.
0 commit comments