File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Let your users sign in with their Linkedin account.
10
10
## Requirements
11
11
12
12
* node v4
13
- * React Native v0.14.2 to v0.20.0 (documentation is based on v0.20.0 )
13
+ * React Native v0.14.2 to v0.22.2 (documentation is based on v0.22.2 )
14
14
15
15
## Installation
16
16
Original file line number Diff line number Diff line change 6
6
"start" : " react-native start"
7
7
},
8
8
"dependencies" : {
9
- "react-native" : " ^0.20.0" ,
9
+ "react" : " ^0.14.7" ,
10
+ "react-native" : " ^0.22.2" ,
11
+ "react-native-linkedin-login" : " file:../" ,
10
12
"react-native-simple-store" : " ^0.1.0" ,
11
- "react-native-vector-icons" : " ^1.2.0" ,
12
- "react-native-linkedin-login" : " 2.0.0"
13
+ "react-native-vector-icons" : " ^1.3.2"
13
14
},
14
15
"devDependencies" : {
15
- "babel-eslint" : " ^5 .0.0" ,
16
+ "babel-eslint" : " ^6 .0.0" ,
16
17
"eslint-plugin-react" : " ^4.0.0"
17
18
}
18
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-linkedin-login" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " React Native wrapper for native Linkedin login button and manager" ,
5
5
"main" : " index" ,
6
6
"scripts" : {
35
35
"react-native" : " >=0.14.2"
36
36
},
37
37
"dependencies" : {
38
- "react-native-vector-icons" : " ^1.2.0 "
38
+ "react-native-vector-icons" : " ^1.3.2 "
39
39
},
40
40
"devDependencies" : {
41
- "babel-eslint" : " ^5 .0.0" ,
41
+ "babel-eslint" : " ^6 .0.0" ,
42
42
"docker" : " ^0.2.14" ,
43
- "eslint-plugin-react" : " ^4.0.0 " ,
43
+ "eslint-plugin-react" : " ^4.2.3 " ,
44
44
"pre-commit" : " ^1.1.2"
45
45
},
46
46
"pre-commit" : [
You can’t perform that action at this time.
0 commit comments