waku-lab/examples/react-native/babel.config.js

7 lines
109 B
JavaScript
Raw Normal View History

2024-03-27 13:41:40 +01:00
module.exports = function(api) {
api.cache(true);
return {
"presets": ['babel-preset-expo'],
};
};