aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.js
blob: 13eb4f7a761268032021d364d774462f76ca4e5b (plain) (blame)
1
2
3
4
5
6
7
module.exports = function(api) {
  api.cache(true);
  return {
    presets: ["babel-preset-expo"],
    plugins: ["nativewind/babel"],
  };
};