Add loading state to new trending interstitial (#7332)
This commit is contained in:
@@ -23,7 +23,7 @@ export function LoadingPlaceholder({
|
||||
style,
|
||||
}: {
|
||||
width: DimensionValue
|
||||
height: DimensionValue
|
||||
height: DimensionValue | undefined
|
||||
style?: StyleProp<ViewStyle>
|
||||
}) {
|
||||
const theme = useTheme()
|
||||
|
||||
Reference in New Issue
Block a user