Getting Error: “Use process(css).then(cb) to work with async plugins”

I solved this error by changing the version to 3.3.2 and using yarn instead of npm.

Here are the commands I followed:

yarn add nativewind
yarn add --dev [email protected]

Leave a Comment