chore: use rn-keychain fork to avoid using patch-package, which does not work well with yarn 3

This commit is contained in:
Mo
2022-06-14 11:37:25 -05:00
parent d9ad998e42
commit 13ddf89142
7 changed files with 8 additions and 27 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
Build:
if: contains(github.event.head_commit.message, 'chore(release)') == false
runs-on: ubuntu-latest
steps:
- name: Checkout code