You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 examples
0 commit comments