Commit 187961a
fix: configure Metro for monorepo local development in expo-example (#387)
* fix: configure Metro for monorepo local development in expo-example
Without watchFolders, nodeModulesPaths, and blockList, Metro cannot
resolve the symlinked @intercom/intercom-react-native package when
developing locally from examples/expo-example. This caused a cascade
of errors: unresolved modules, duplicate React Native copies, and
SyntaxError from stale dependencies in the library root's node_modules.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* style: fix Prettier formatting in metro config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a9de7b9 commit 187961a
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 | | |
7 | 15 | | |
0 commit comments