React native upgrade to 0.81 (#472)

React Native and dependency upgrades
This commit is contained in:
Ritesh Shukla
2025-08-14 17:00:10 +05:30
committed by GitHub
parent 6dec7660db
commit a6b575c998
26 changed files with 1015 additions and 823 deletions
+3
View File
@@ -1,6 +1,9 @@
name: Build Android APK
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-android:
+3 -1
View File
@@ -4,7 +4,9 @@ name: Build JS Bundle
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-bundle:
+8 -1
View File
@@ -9,7 +9,9 @@ on:
- 'yarn.lock'
- '.github/workflows/build-ios.yml'
- '.github/workflows/publish-beta.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-ios:
runs-on: macos-15
@@ -24,9 +26,14 @@ jobs:
- name: 💬 Echo package.json version to Github ENV
run: echo VERSION_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
- name: 🍎 Setup Xcode
uses: ./.github/actions/setup-xcode
- name: 🍎 Run yarn init-ios:new-arch
run: yarn init-ios:new-arch
- name: 🚀 Run fastlane build
run: yarn fastlane:ios:build
+5
View File
@@ -3,6 +3,11 @@ name: Run Maestro Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-android:
runs-on: macos-15
+3
View File
@@ -153,6 +153,9 @@ jobs:
with:
node-version: 20
- name: 🍎 Setup Xcode
uses: ./.github/actions/setup-xcode
- name: 🍎 Run yarn init-ios:new-arch
run: yarn init-ios:new-arch
@@ -4,6 +4,11 @@ on:
branches-ignore:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-jest-test-suite:
runs-on: ubuntu-latest