Commit de5300b
authored
fix: made expo module resolving from workspace root (#2059)
### 💡 Overview
Expo sample app cannot launch due to problem of resolving files from
`node_modules/expo/virtual/` from workspace root.
### 📝 Implementation notes
Update `metro.config.js` so that it resolves metro package from
workspace root.
🎫 Ticket:
https://linear.app/stream/issue/RN-319/expo-sample-app-not-launching1 parent a25d9a8 commit de5300b
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | | - | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments