Files
react-native-jecnaapi/example/babel.config.js
T
jzitnik edb1d5fe82 Initial commit
Generated by create-expo-module 56.0.3.
2026-06-21 12:06:37 +02:00

7 lines
108 B
JavaScript

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