chahuadev-Code-Editor-apk / babel.config.js
chahuadev
chore: sync latest local updates
f68c02e
raw
history blame contribute delete
157 Bytes
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};