mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
It builds, but don't ask it to run, it'll give exception hell Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
module.exports = (api) => {
|
|
api.cache(true);
|
|
return {
|
|
presets: ["babel-preset-expo"],
|
|
plugins: ["nativewind/babel", "react-native-worklets/plugin"],
|
|
};
|
|
};
|