From cde205e762f3501b097f19dd322841b15383f4b5 Mon Sep 17 00:00:00 2001 From: Lance Chant <13349722+lancechant@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:01:19 +0200 Subject: [PATCH] fix: android building 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> --- babel.config.js | 2 +- bun.lock | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/babel.config.js b/babel.config.js index 41dc7e41..012913ae 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,6 +2,6 @@ module.exports = (api) => { api.cache(true); return { presets: ["babel-preset-expo"], - plugins: ["nativewind/babel", "react-native-reanimated/plugin"], + plugins: ["nativewind/babel", "react-native-worklets/plugin"], }; }; diff --git a/bun.lock b/bun.lock index 63d47f15..e48c1127 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "@expo/vector-icons": "^15.0.2", "@gorhom/bottom-sheet": "^5.1.0", "@jellyfin/sdk": "^0.11.0", - "@kesha-antonov/react-native-background-downloader": "^3.2.6", + "@kesha-antonov/react-native-background-downloader": "github:kesha-antonov/react-native-background-downloader#6695692", "@react-native-community/netinfo": "^11.4.1", "@react-native-menu/menu": "^1.2.4", "@react-navigation/material-top-tabs": "^7.2.14", @@ -456,7 +456,7 @@ "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.30", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q=="], - "@kesha-antonov/react-native-background-downloader": ["@kesha-antonov/react-native-background-downloader@3.2.6", "", { "peerDependencies": { "react-native": ">=0.57.0" } }, "sha512-J87PHzBh4knWTQNkCNM4LTMZ85RpMW/QSV+0LGdTxz4JmfLXoeg8R6ratbFU0DP/l8K1eL7r4S1Rc8bmqNJ3Ug=="], + "@kesha-antonov/react-native-background-downloader": ["@kesha-antonov/react-native-background-downloader@github:kesha-antonov/react-native-background-downloader#6695692", { "peerDependencies": { "react-native": ">=0.57.0" } }, "kesha-antonov-react-native-background-downloader-6695692"], "@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="], diff --git a/package.json b/package.json index d9195d6f..f79c1250 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@expo/vector-icons": "^15.0.2", "@gorhom/bottom-sheet": "^5.1.0", "@jellyfin/sdk": "^0.11.0", - "@kesha-antonov/react-native-background-downloader": "^3.2.6", + "@kesha-antonov/react-native-background-downloader": "github:kesha-antonov/react-native-background-downloader#6695692", "@react-native-community/netinfo": "^11.4.1", "@react-native-menu/menu": "^1.2.4", "@react-navigation/material-top-tabs": "^7.2.14",