joonhocho / react-native-linkedin-sdk

React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access.
MIT License
40 stars 16 forks source link

Readme unclear about installation steps #19

Open jorrit-g opened 7 years ago

jorrit-g commented 7 years ago

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?

joonhocho commented 7 years ago

@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.