frostbyte-native/babel.config.js
Imbus 92bbeb16f5 Initial commit
Generated by create-expo-app 2.1.1.
2023-12-13 22:17:21 +01:00

6 lines
107 B
JavaScript

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