waku-lab/examples/react-native/babel.config.js
2024-03-27 13:41:40 +01:00

7 lines
109 B
JavaScript

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