nativewind / nativewind

React Native utility-first universal design system - powered by Tailwind CSS
https://nativewind.dev
MIT License
4.52k stars 241 forks source link

react-native-css-interop/dist/metro/poll-update-client could not be found within the project or in these directories: #849

Open DavidIlie opened 3 months ago

DavidIlie commented 3 months ago

Describe the bug Creating a fresh project off the T3 template, and I get this error when I try and first launch my project.

Expected behavior The app is supposed to function properly.

Screenshots

image

Additional context Looking through the sourcecode I found this:

  if (options.platform !== "web" && options.dev && options.hot) {
    data = `${data}\nrequire("react-native-css-interop/dist/metro/poll-update-client")`;
  }

and if I look into my node_modules I see that the file "poll-update-client" does not exist:

image