From 4699b6f63bb41c16fa8d2c89604bc4dbe62fb4f3 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Mon, 12 Aug 2024 21:00:44 -0400 Subject: [PATCH] android sdk licenses, podfile app_path --- .github/workflows/validate-android.yml | 3 +++ example/ios/Podfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-android.yml b/.github/workflows/validate-android.yml index 30321a85..57d4de5e 100644 --- a/.github/workflows/validate-android.yml +++ b/.github/workflows/validate-android.yml @@ -34,6 +34,9 @@ jobs: - name: Setup Android SDK uses: android-actions/setup-android@v3 + with: + accept-android-sdk-licenses: yes + log-accepted-android-sdk-licenses: false - name: Bootstrap JS run: | diff --git a/example/ios/Podfile b/example/ios/Podfile index 2ea35da5..5c45d135 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -22,7 +22,7 @@ target 'QuickCryptoExample' do use_react_native!( :path => config[:reactNativePath], # # An absolute path to your application root. - # :app_path => "#{Pod::Config.instance.installation_root}/../../packages/react-native-quick-crypto", + :app_path => "#{Pod::Config.instance.installation_root}/..", ) post_install do |installer|