Reactnative-notesapp/babel.config.js
keannu125 4755f592c2 Initial commit
Generated by create-expo-app 1.3.2.
2023-03-05 21:30:06 +08:00

6 lines
107 B
JavaScript

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