chefhai/babel.config.js
Tantikon Phasanphaengsi 23cf0f7997 create home page
2025-05-08 20:59:02 +07:00

9 lines
199 B
JavaScript

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