wip: global modal provider

This commit is contained in:
Fredrik Burmester
2025-09-30 10:20:05 +02:00
parent 5e6cd6bed6
commit c74a394a6a
7 changed files with 627 additions and 58 deletions

View File

@@ -29,9 +29,7 @@
"@expo/vector-icons": "^15.0.2",
"@gorhom/bottom-sheet": "^5.1.0",
"@jellyfin/sdk": "^0.11.0",
"@kesha-antonov/react-native-background-downloader": "github:fredrikburmester/react-native-background-downloader#f3bf69ad124b6ec6adbc30c7f688935d0376fc56",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-menu/menu": "^1.2.4",
"@react-navigation/material-top-tabs": "^7.2.14",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "2.0.2",
@@ -141,6 +139,9 @@
}
},
"private": true,
"disabledDependencies": {
"@kesha-antonov/react-native-background-downloader": "^3.2.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"biome check --write --unsafe --no-errors-on-unmatched"