79524946

Date: 2025-03-21 08:57:59
Score: 0.5
Natty:
Report link

update your babel.config.js to

module.exports = function (api) {
  api.cache(true)
  return {
    presets: [["babel-preset-expo", { jsxImportSource: "nativewind" }], "nativewind/babel"],
  }
}


specifically remove the plugins key.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alabo briggs