Add loading state to new trending interstitial (#7332)

This commit is contained in:
dan
2025-01-02 20:20:40 +00:00
committed by GitHub
parent 3e0ed3b834
commit 85ad52e398
2 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export function LoadingPlaceholder({
style,
}: {
width: DimensionValue
height: DimensionValue
height: DimensionValue | undefined
style?: StyleProp<ViewStyle>
}) {
const theme = useTheme()