Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update note about RCTLinking due to auto-linking (facebook#2536)
## Problem The note telling people to "link RCTLinking to your project" is out of date due to the introduction of [auto-linking](https://reactnative.dev/blog/2019/07/03/version-60#native-modules-are-now-autolinked) in React Native 0.60. The note is quite confusing for users who are simply directed to [this](https://reactnative.dev/docs/linking-libraries-ios#manual-linking) article explaining how to link a now nonexistent `.xcodeproj` file to their main Xcode project. ## Solution [Step 3](https://reactnative.dev/docs/linking-libraries-ios#step-3) from the referenced article is still required as auto-linking will not add the header files for RCTLinkingManager (located in the LinkingIOS folder) into the header search paths. As such I have tweaked the wording of the note and updated the link to point to step 3.
- Loading branch information