Commit 676d0d7
committed
Update
In `metro` 0.83.2 `exclusionList` was changed to `default` export (see [this commit](facebook/metro@8610b2c#diff-a6e36af38cd6fde5360c601ce8f2f02e4e6b350b7fea9b0f049ab63f3b8f5709)). This means that we have to update our configs, or otherwise we won't be able to start server.
> [!NOTE]
> `macos-example` uses older versions of `react-native` so we don't have to update its config.
1. `yarn clean`
2. `yarn`
3. `yarn start` in both examplesmetro.config.js in example apps (#3718)1 parent 1328672 commit 676d0d7
File tree
3 files changed
+460
-196
lines changed- apps
- basic-example
- expo-example
3 files changed
+460
-196
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments