Skip to content

Commit 93fd78b

Browse files
authored
readme: update for ios installation doc
1 parent 53e37c4 commit 93fd78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ please do it step by step carefully :pray: :
9595
9696
1. Open your project in xcode
9797
2. find your_project directory under your project's xcodeproject root. ( it's a sub-directoory, not root xcodeproject itself )
98-
3. you can do either:
99-
* directly drag your node_modules/react-native-incall-manager/ios/RNInCallManager/ into it.
100-
* right click on your_project directory, `add files` to your project and add `node_modules/react-native-incall-manager/ios/RNInCallManager/`
98+
3. you can do either:
99+
(recommended) directly drag your node_modules/react-native-incall-manager/ios/RNInCallManager/ into it.
100+
(may have some [path issue](https://github.com/zxcpoiu/react-native-incall-manager/issues/39)) right click on your_project directory, `add files` to your project and add `node_modules/react-native-incall-manager/ios/RNInCallManager/`
101101
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.
102102
103103
#### Setup Objective-C Bridging Header:

0 commit comments

Comments
 (0)