You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Let your users sign in with their Linkedin account.
11
11
12
12
## Requirements
13
13
14
-
*node v4+.
14
+
*Node v4+.
15
15
* React Native 0.30+
16
16
17
17
## Installation
@@ -33,6 +33,9 @@ Then link the library to your project
33
33
react-native link;
34
34
```
35
35
36
+
In the manual section below you will find updates you need to make to your Info.plist file. Please also refer to the linkedin documentation at the bottom of this readme for more info.
37
+
38
+
36
39
#### Manual
37
40
38
41
First install and save the library
@@ -41,30 +44,32 @@ First install and save the library
41
44
npm install react-native-linkedin-login --save
42
45
```
43
46
44
-
Drag and drop the following into the xcode project...
47
+
Drag and drop the following xcode project file into the xcode project...
0 commit comments