mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
9 lines
No EOL
170 B
JavaScript
9 lines
No EOL
170 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
plugins: [
|
|
'react-native-reanimated/plugin',
|
|
],
|
|
};
|
|
};
|