Describe the bug
when using metro.config.js to work on the browser
`
const { getDefaultConfig } = require("expo/metro-config");
const { withNativeWind } = require("nativewind/metro");
const config = getDefaultConfig(__dirname);
module.exports = withNativeWind(config, { input: "./global.css" });
`
give me an error when starts and not work"
Error: Tailwind CSS has not been configured with the NativeWind preset
