Skip to content

Commit

Permalink
Merge pull request #144 from NetPumi2/fix-keyching-error-android
Browse files Browse the repository at this point in the history
Fix keychain error android
  • Loading branch information
jeremy-farnault authored Jun 19, 2020
2 parents 82ad37a + fdd7aa5 commit 01dc1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lodash": "^4.17.5",
"react-move": "^2.7.0",
"react-native-easy-grid": "^0.2.2",
"react-native-keychain": "^5.0.1",
"react-native-keychain": "^6.1.1",
"react-native-touch-id": "^4.4.1",
"react-native-vector-icons": "^6.6.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4846,10 +4846,10 @@ react-native-easy-grid@^0.2.2:
dependencies:
lodash "^4.17.15"

react-native-keychain@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-5.0.1.tgz#2751de436f017c87b8aabb32533bee88657d643e"
integrity sha512-CLIPNexPBufPpNqgF7/smZNAiv6x0SCsztfEi/hWPCQ7yHxNwdRUyUzOLGrw1lPe/6fQE+TC3iS1+cbDTaRJag==
react-native-keychain@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-6.1.1.tgz#3c14e4df9e5599f8d5a708da75d27f9d2424d7c1"
integrity sha512-WYvAg7FbYPyX8jJ1rY/IQGS+6zK5LtNMRa3E8x1n0M5Lmsm/9CHtakzbmqT+rLvFE7DpPBg7qFawMuUoDjjtYA==

react-native-touch-id@^4.4.1:
version "4.4.1"
Expand Down

0 comments on commit 01dc1ce

Please sign in to comment.