You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since ios part written in swift and it doesn't support static library yet.
63
91
before that, you should add this project manually
64
92
please do it step by step carefully :pray: :
65
93
66
-
-**Add files in to your project:**
94
+
#### Add files in to your project:
67
95
68
96
1. Open your project in xcode
69
97
2. find your_project directory under your project's xcodeproject root. ( it's a sub-directoory, not root xcodeproject itself )
@@ -72,11 +100,12 @@ please do it step by step carefully :pray: :
72
100
* right click on your_project directory, `add files` to your project and add `node_modules/react-native-incall-manager/ios/RNInCallManager/`
73
101
4. on the pou-up window, uncheck `Copy items if needed` and select `Added folders: Create groups` then add it. you will see a new directory named `RNInCallmanager under your_project` directory.
74
102
75
-
-**Setup Objective-C Bridging Header:**
103
+
#### Setup Objective-C Bridging Header:
76
104
1. click your `project's xcodeproject root`, go to `build setting` and search `Objective-C Bridging Header`
77
-
2. set you header location, the default path is: `ReactNativeProjectRoot/ios/`, in this case, you should set `../node_modules/react-native-incall-manager/ios/RNInCallManager/RNInCallManager-Bridging-Header.h`
105
+
2. set you header location, the default path is: `ReactNativeProjectRoot/ios/`,
106
+
in this case, you should set `../node_modules/react-native-incall-manager/ios/RNInCallManager/RNInCallManager-Bridging-Header.h`
78
107
79
-
-**Clean project if messed up:**
108
+
#### Clean project if messed up:
80
109
The installation steps are a bit complex, it might related your xcode version, xcode cache, converting swift version, and your own path configurations. if something messed up, please folow steps below to clean this project, then do it again steps by steps.
81
110
82
111
1. delete all project/directory in xcode related to incall-manager
@@ -88,7 +117,8 @@ please do it step by step carefully :pray: :
88
117
89
118
if someone knows a simpler way to set this project up, let me know plz.
90
119
91
-
**optional sound files on android**
120
+
#### optional sound files on android
121
+
92
122
if you want to use bundled ringtone/ringback/busytone sound instead of system sound
93
123
94
124
1. add files into your_project directory under your project's xcodeproject root. ( or drag into it as described above. )
0 commit comments