Skip to content

Commit 36c8f8b

Browse files
authored
Merge pull request Expensify#67312 from callstack-internal/rnef-upgrade-packages-to-latest
Bump up RNEF version
2 parents ece6587 + f0200d2 commit 36c8f8b

4 files changed

Lines changed: 890 additions & 155 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3737

3838
- name: RNEF Remote Build - Android
39-
uses: callstackincubator/android@2f67a7003e5ed1bb4e483619ab582fabff25677d
39+
# rnef v2
40+
uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
4041
env:
42+
GITHUB_TOKEN: ${{ github.token }}
4143
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4244
with:
4345
variant: ${{ matrix.variant }}
44-
github-token: ${{ github.token }}
4546
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
4647
comment-bot: false

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}
3939

4040
- name: RNEF Remote Build - iOS
41-
uses: callstackincubator/ios@78ed46313dac4ed09cb5cc73b9b1b9193d59d863
41+
# rnef v2
42+
uses: callstackincubator/ios@7847e0676242cefa801cba8ede6736140b7bae91
4243
env:
44+
GITHUB_TOKEN: ${{ github.token }}
4345
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4446
with:
4547
destination: simulator
4648
scheme: ${{ matrix.scheme }}
4749
configuration: ${{ matrix.configuration }}
48-
github-token: ${{ github.token }}
4950
comment-bot: false

0 commit comments

Comments
 (0)