mirror of
https://github.com/status-im/waku-react-native.git
synced 2025-02-18 09:16:24 +00:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|