waku-react-native/example/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
2022-05-10 23:42:15 +00:00
};