react-native-linkedin-sdk icon indicating copy to clipboard operation
react-native-linkedin-sdk copied to clipboard

Readme unclear about installation steps

Open jorrit-g opened this issue 8 years ago • 1 comments

The readme is not entirely clear on how to install the package on iOS.

Creating a Podfile and running Pod install should be sufficient? Later on in the Readme is a part about 'link react-native-linkedin-sdk' which is not necessary if we have done Pod install already?

jorrit-g avatar Sep 06 '17 10:09 jorrit-g

@jorrit-g Pod install is for installing LinkedinSwift which is dependency of this project, doing manual work is for linking to native. So, both are required.

joonhocho avatar Sep 14 '17 12:09 joonhocho