Skip to content

Commit 8bdf1c0

Browse files
committed
version bump to support RN 0.22.2
1 parent 7528ac2 commit 8bdf1c0

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Let your users sign in with their Linkedin account.
1010
## Requirements
1111

1212
* 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)
1414

1515
## Installation
1616

example/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
"start": "react-native start"
77
},
88
"dependencies": {
9-
"react-native": "^0.20.0",
9+
"react": "^0.14.7",
10+
"react-native": "^0.22.2",
11+
"react-native-linkedin-login": "file:../",
1012
"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"
1314
},
1415
"devDependencies": {
15-
"babel-eslint": "^5.0.0",
16+
"babel-eslint": "^6.0.0",
1617
"eslint-plugin-react": "^4.0.0"
1718
}
1819
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-linkedin-login",
3-
"version": "2.0.0",
3+
"version": "1.2.0",
44
"description": "React Native wrapper for native Linkedin login button and manager",
55
"main": "index",
66
"scripts": {
@@ -35,12 +35,12 @@
3535
"react-native": ">=0.14.2"
3636
},
3737
"dependencies": {
38-
"react-native-vector-icons": "^1.2.0"
38+
"react-native-vector-icons": "^1.3.2"
3939
},
4040
"devDependencies": {
41-
"babel-eslint": "^5.0.0",
41+
"babel-eslint": "^6.0.0",
4242
"docker": "^0.2.14",
43-
"eslint-plugin-react": "^4.0.0",
43+
"eslint-plugin-react": "^4.2.3",
4444
"pre-commit": "^1.1.2"
4545
},
4646
"pre-commit": [

0 commit comments

Comments
 (0)