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