react-native-simple-linkedin
v0.0.1
Published
ios react-native module to make auth and get users with the linkedin sdk
Readme
react-native-simple-linkedin
Getting started
$ npm install react-native-simple-linkedin --save
Mostly automatic installation
$ react-native link react-native-simple-linkedin
Instalation + link
$ react-native install react-native-simple-linkedin
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-simple-linkedinand addRNSimpleLinkedin.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSimpleLinkedin.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import SimpleLinkedin from 'react-native-simple-linkedin';
// TODO: What do with the module?
SimpleLinkedin;