revert: remove accidentally merged ios widget commits

Reverts commits d58c1a77 (feat: ios widget) and 08fe871d (wip: widget)
that were accidentally merged from feat/ios-widget-build-target branch.
This commit is contained in:
Fredrik Burmester
2026-01-05 21:28:00 +01:00
parent 5eae6e6cd0
commit a37a8753c2
28 changed files with 23 additions and 798 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0.0",
"scripts": {
"submodule-reload": "git submodule update --init --remote --recursive",
"clean": "echo y | expo prebuild --clean && node scripts/fix-widget-icon.js",
"clean": "echo y | expo prebuild --clean",
"start": "bun run submodule-reload && expo start",
"prebuild": "cross-env EXPO_TV=0 bun run clean",
"prebuild:tv": "cross-env EXPO_TV=1 bun run clean",
@@ -24,7 +24,6 @@
"postinstall": "patch-package"
},
"dependencies": {
"@bacons/apple-targets": "^3.0.6",
"@bottom-tabs/react-navigation": "1.1.0",
"@expo/metro-runtime": "~6.1.1",
"@expo/react-native-action-sheet": "^4.1.1",