mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 22:33:10 +00:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|