Skip to content

Commit cb324bf

Browse files
committed
bump up rnef version
1 parent 44d8ae5 commit cb324bf

4 files changed

Lines changed: 888 additions & 153 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3737

3838
- name: RNEF Remote Build - Android
39-
uses: callstackincubator/android@2f67a7003e5ed1bb4e483619ab582fabff25677d
39+
# Commit from Jul 23, 2025
40+
uses: callstackincubator/android@4bcd9a15e7e358c1d4eeb482918c1fba064b1b8d
4041
env:
4142
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4243
with:

.github/workflows/remote-build-ios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3939

4040
- name: RNEF Remote Build - iOS
41-
uses: callstackincubator/ios@78ed46313dac4ed09cb5cc73b9b1b9193d59d863
41+
# commit from Jul 23, 2025
42+
uses: callstackincubator/ios@0a70afc8f4ab36ead9c304bb3059f2e0cfe5f25a
4243
env:
4344
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4445
with:

0 commit comments

Comments
 (0)