Files
Assemblr/babel.config.js
fakz9 9b16b14a4c Initial commit
Generated by create-expo-app 2.0.4.
2023-09-08 02:32:26 +03:00

7 lines
107 B
JavaScript

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