Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
cb324bf
bump up rnef version
rinej Jul 29, 2025
13fc589
adjust new rnef commit for testing
rinej Jul 31, 2025
1bd0d75
remove token for testing
rinej Jul 31, 2025
53f2a68
log fingerprint
rinej Aug 1, 2025
a7c6509
update rnef commit
rinej Aug 1, 2025
7ee398c
add full commit hash
rinej Aug 1, 2025
99162cd
remove remoteCacheProvider
rinej Aug 1, 2025
4ca71c0
fix ios
rinej Aug 1, 2025
d1947ff
adjust remoteCacheProvider to local
rinej Aug 1, 2025
251e869
remove token
rinej Aug 1, 2025
7dbf358
hide fingerptint on android
rinej Aug 1, 2025
5e39ad6
adjust for testing
rinej Aug 4, 2025
2f55255
adjust for fork testing
rinej Aug 4, 2025
c6e04d9
adjust for local tests
rinej Aug 4, 2025
c2efceb
revert package update
rinej Aug 4, 2025
36a30b6
use previous rnef commit
rinej Aug 4, 2025
e4bd0eb
update rnef to 8.x, keep old commit
rinej Aug 4, 2025
abf40ec
use 7.18, newest action
rinej Aug 4, 2025
dfb5b94
adjust package lock
rinej Aug 4, 2025
5aa5df6
v2, rnef 0.8.1
rinej Aug 4, 2025
42da083
v2, rnef 0.7.28
rinej Aug 4, 2025
ac06322
v2, rnef 0.7.25
rinej Aug 4, 2025
acbac6e
v2, 0.7.28
rinej Aug 4, 2025
e6d861e
v2, 0.7.25
rinej Aug 4, 2025
0cc5832
v2, 0.7.18
rinej Aug 4, 2025
4764ec2
v1, 0.7.18
rinej Aug 4, 2025
5836691
v2, 0.7.22
rinej Aug 4, 2025
6ee8664
v2, 0.7.20
rinej Aug 4, 2025
305566d
v2, 0.7.19
rinej Aug 4, 2025
b35b41e
v1, 0.7.19
rinej Aug 4, 2025
afdfa77
v2, 0.8.7
rinej Aug 4, 2025
ace2aad
adjust github token in android action
rinej Aug 5, 2025
3dcf352
no token in rnef
rinej Aug 5, 2025
5a11d76
add token to androdi action
rinej Aug 5, 2025
2946661
add proper gh token to android and ios
rinej Aug 5, 2025
29e7eb5
add most recent commit hash
rinej Aug 5, 2025
16b9833
enable os botify for hybrid
rinej Aug 5, 2025
902dd88
add expensify repo details
rinej Aug 5, 2025
32bf2a8
Merge branch 'main' into rnef-upgrade-packages-to-latest
rinej Aug 6, 2025
14274ad
adjust github-token in remote actions
rinej Aug 7, 2025
f0200d2
add gh token only in env in remote builds
rinej Aug 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/remote-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}

- name: RNEF Remote Build - Android
uses: callstackincubator/android@2f67a7003e5ed1bb4e483619ab582fabff25677d
# rnef v2
uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
env:
GITHUB_TOKEN: ${{ github.token }}
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
with:
variant: ${{ matrix.variant }}
github-token: ${{ github.token }}
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
comment-bot: false
5 changes: 3 additions & 2 deletions .github/workflows/remote-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
IS_HYBRID_BUILD: ${{ matrix.is_hybrid_build && 'true' || 'false' }}

- name: RNEF Remote Build - iOS
uses: callstackincubator/ios@78ed46313dac4ed09cb5cc73b9b1b9193d59d863
# rnef v2
uses: callstackincubator/ios@7847e0676242cefa801cba8ede6736140b7bae91
env:
GITHUB_TOKEN: ${{ github.token }}
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
with:
destination: simulator
scheme: ${{ matrix.scheme }}
configuration: ${{ matrix.configuration }}
github-token: ${{ github.token }}
comment-bot: false
Loading
Loading