Skip to content

Commit

Permalink
Fix react-native version in Android build action
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Nov 1, 2024
1 parent aae3565 commit ab7a28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Prepare Wultra Repo Access
run: touch example/android/local.properties && echo -e "\nwultraArtifactory_username=${{ secrets.JFROG_USERNAME }}\nwultraArtifactory_password=${{ secrets.JFROG_PASSWORD }}" >> example/android/local.properties
- name: Install React Native CLI
run: yarn global add react-native
run: yarn global add "react-native@0.74.6"
- name: Install Library Dependencies
run: yarn install --frozen-lockfile
- name: Install Example App Dependencies
Expand Down

0 comments on commit ab7a28e

Please sign in to comment.