79464577

Date: 2025-02-24 19:10:10
Score: 1.5
Natty:
Report link

configure babel.config.js to

module.exports = function(api) {
  api.cache(true);
  return {
    presets: ["babel-preset-expo"],
    plugins: ["nativewind/babel"],
  };
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubhangan Das