Commit 3e6e369
fix: remove restore-keys from Android expo prebuild cache
restore-keys was restoring stale cache entries on partial key match,
leaving an outdated android/ directory. expo prebuild running on top of
it did not fully regenerate MainApplication.kt, causing ReactNativeHostWrapper
build errors. Without restore-keys, a cache miss means no android/ dir
and expo prebuild always generates a clean native project.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 031cfdb commit 3e6e369
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
0 commit comments