Files
SafeQR_Front_End_Mobile/babel.config.js
Iskubee 322b2bf739 Initial commit
Generated by create-expo-app 2.3.5.
2024-06-06 23:24:34 +08:00

7 lines
107 B
JavaScript

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