Skip to content

Commit

Permalink
readme: update for ios installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcpoiu authored Sep 27, 2017
1 parent 53e37c4 commit 93fd78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ please do it step by step carefully :pray: :
1. Open your project in xcode
2. find your_project directory under your project's xcodeproject root. ( it's a sub-directoory, not root xcodeproject itself )
3. you can do either:
* directly drag your node_modules/react-native-incall-manager/ios/RNInCallManager/ into it.
* right click on your_project directory, `add files` to your project and add `node_modules/react-native-incall-manager/ios/RNInCallManager/`
3. you can do either:
(recommended) directly drag your node_modules/react-native-incall-manager/ios/RNInCallManager/ into it.
(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/`
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.
#### Setup Objective-C Bridging Header:
Expand Down

0 comments on commit 93fd78b

Please sign in to comment.