Commit b631dfa
fix(ci): Fix metro blocklist blocking expo-symbols android dir and update comments
The blocklist regex `.*\\android\\.*` was too broad - after being combined
by Metro's exclusionList, it blocked `expo-symbols/build/android` directory
from being resolved, causing Android bundle export to fail.
Scope the regex to only block the sample app's own android/ build directory.
Also update comments to reflect SDK 55 and RN 0.83.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7603d15 commit b631dfa
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments