Merge branch 'main' into starter-packs
This commit is contained in:
@@ -116,7 +116,6 @@
|
|||||||
"expo-build-properties": "^0.12.1",
|
"expo-build-properties": "^0.12.1",
|
||||||
"expo-camera": "~15.0.9",
|
"expo-camera": "~15.0.9",
|
||||||
"expo-clipboard": "^6.0.3",
|
"expo-clipboard": "^6.0.3",
|
||||||
"expo-constants": "~16.0.1",
|
|
||||||
"expo-dev-client": "^4.0.14",
|
"expo-dev-client": "^4.0.14",
|
||||||
"expo-device": "~6.0.2",
|
"expo-device": "~6.0.2",
|
||||||
"expo-file-system": "^17.0.1",
|
"expo-file-system": "^17.0.1",
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export type ListProps<ItemT> = Omit<
|
|||||||
onRefresh?: () => void
|
onRefresh?: () => void
|
||||||
onItemSeen?: (item: ItemT) => void
|
onItemSeen?: (item: ItemT) => void
|
||||||
containWeb?: boolean
|
containWeb?: boolean
|
||||||
|
desktopFixedHeight?: number | boolean
|
||||||
sideBorders?: boolean
|
sideBorders?: boolean
|
||||||
// Web only prop to disable a perf optimization (which would otherwise be on).
|
// Web only prop to disable a perf optimization (which would otherwise be on).
|
||||||
disableContentVisibility?: boolean
|
disableContentVisibility?: boolean
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export type ListProps<ItemT> = Omit<
|
|||||||
refreshing?: boolean
|
refreshing?: boolean
|
||||||
onRefresh?: () => void
|
onRefresh?: () => void
|
||||||
onItemSeen?: (item: ItemT) => void
|
onItemSeen?: (item: ItemT) => void
|
||||||
desktopFixedHeight: any // TODO: Better types.
|
desktopFixedHeight?: number | boolean
|
||||||
containWeb?: boolean
|
containWeb?: boolean
|
||||||
sideBorders?: boolean
|
sideBorders?: boolean
|
||||||
disableContentVisibility?: boolean
|
disableContentVisibility?: boolean
|
||||||
|
|||||||
@@ -12093,7 +12093,7 @@ expo-constants@^13.0.2:
|
|||||||
"@expo/config" "~7.0.0"
|
"@expo/config" "~7.0.0"
|
||||||
uuid "^3.3.2"
|
uuid "^3.3.2"
|
||||||
|
|
||||||
expo-constants@~16.0.0, expo-constants@~16.0.1:
|
expo-constants@~16.0.0:
|
||||||
version "16.0.1"
|
version "16.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-16.0.1.tgz#1285e29c85513c6e88e118289e2baab72596d3f7"
|
resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-16.0.1.tgz#1285e29c85513c6e88e118289e2baab72596d3f7"
|
||||||
integrity sha512-s6aTHtglp926EsugWtxN7KnpSsE9FCEjb7CgEjQQ78Gpu4btj4wB+IXot2tlqNwqv+x7xFe5veoPGfJDGF/kVg==
|
integrity sha512-s6aTHtglp926EsugWtxN7KnpSsE9FCEjb7CgEjQQ78Gpu4btj4wB+IXot2tlqNwqv+x7xFe5veoPGfJDGF/kVg==
|
||||||
|
|||||||
Reference in New Issue
Block a user