mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
module.exports = (api) => {
|
|
api.cache(true);
|
|
return {
|
|
presets: ["babel-preset-expo"],
|
|
plugins: ["nativewind/babel", "react-native-reanimated/plugin"],
|
|
};
|
|
};
|