update your babel.config.js to
babel.config.js
module.exports = function (api) { api.cache(true) return { presets: [["babel-preset-expo", { jsxImportSource: "nativewind" }], "nativewind/babel"], } }
specifically remove the plugins key.
plugins