Skip to content

Commit a6c82ab

Browse files
committed
Merge branch 'fix-keyboard-android-2' of github.com:Gamal-Shaban/hooks into fix-keyboard-android-2
2 parents 7db513f + eb905af commit a6c82ab

File tree

3 files changed

+469
-551
lines changed

3 files changed

+469
-551
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33

44
orbs:
5-
rn: react-native-community/react-native@3.0.1
5+
rn: react-native-community/react-native@4.1.0
66

77

88
jobs:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
"react-native": ">=0.59"
2020
},
2121
"devDependencies": {
22-
"@auto-it/all-contributors": "9.21.2",
23-
"@auto-it/first-time-contributor": "9.26.6",
22+
"@auto-it/all-contributors": "9.26.8",
23+
"@auto-it/first-time-contributor": "9.26.8",
2424
"@react-native-community/eslint-config": "1.0.0",
2525
"@testing-library/react-hooks": "3.2.1",
2626
"@testing-library/react-native": "5.0.3",
27-
"@types/jest": "25.1.5",
27+
"@types/jest": "25.2.1",
2828
"@types/react": "16.9.25",
29-
"@types/react-native": "0.61.23",
29+
"@types/react-native": "0.62.2",
3030
"all-contributors-cli": "6.14.1",
31-
"auto": "9.22.4",
31+
"auto": "9.26.8",
3232
"eslint": "6.8.0",
33-
"eslint-plugin-prettier": "3.1.2",
34-
"jest": "25.2.7",
33+
"eslint-plugin-prettier": "3.1.3",
34+
"jest": "25.3.0",
3535
"prettier": "2.0.4",
3636
"react": "16.13.1",
37-
"react-native": "0.62.1",
37+
"react-native": "0.62.2",
3838
"react-test-renderer": "16.13.1",
39-
"ts-jest": "25.2.1",
39+
"ts-jest": "25.3.1",
4040
"typescript": "3.8.3"
4141
},
4242
"author": "Nader Dabit",

0 commit comments

Comments
 (0)