Merge branch 'main' into starter-packs

This commit is contained in:
Hailey
2024-06-05 09:13:22 -07:00
4 changed files with 3 additions and 3 deletions
-1
View File
@@ -116,7 +116,6 @@
"expo-build-properties": "^0.12.1",
"expo-camera": "~15.0.9",
"expo-clipboard": "^6.0.3",
"expo-constants": "~16.0.1",
"expo-dev-client": "^4.0.14",
"expo-device": "~6.0.2",
"expo-file-system": "^17.0.1",
+1
View File
@@ -25,6 +25,7 @@ export type ListProps<ItemT> = Omit<
onRefresh?: () => void
onItemSeen?: (item: ItemT) => void
containWeb?: boolean
desktopFixedHeight?: number | boolean
sideBorders?: boolean
// Web only prop to disable a perf optimization (which would otherwise be on).
disableContentVisibility?: boolean
+1 -1
View File
@@ -22,7 +22,7 @@ export type ListProps<ItemT> = Omit<
refreshing?: boolean
onRefresh?: () => void
onItemSeen?: (item: ItemT) => void
desktopFixedHeight: any // TODO: Better types.
desktopFixedHeight?: number | boolean
containWeb?: boolean
sideBorders?: boolean
disableContentVisibility?: boolean
+1 -1
View File
@@ -12093,7 +12093,7 @@ expo-constants@^13.0.2:
"@expo/config" "~7.0.0"
uuid "^3.3.2"
expo-constants@~16.0.0, expo-constants@~16.0.1:
expo-constants@~16.0.0:
version "16.0.1"
resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-16.0.1.tgz#1285e29c85513c6e88e118289e2baab72596d3f7"
integrity sha512-s6aTHtglp926EsugWtxN7KnpSsE9FCEjb7CgEjQQ78Gpu4btj4wB+IXot2tlqNwqv+x7xFe5veoPGfJDGF/kVg==