Enable React Native strict TypeScript API (#11459)
This commit is contained in:
@@ -42,7 +42,7 @@ export function Outer({
|
||||
}: {
|
||||
children: React.ReactNode
|
||||
noBottomBorder?: boolean
|
||||
headerRef?: React.RefObject<View | null>
|
||||
headerRef?: React.RefObject<React.ComponentRef<typeof View> | null>
|
||||
sticky?: boolean
|
||||
}) {
|
||||
const t = useTheme()
|
||||
|
||||
Reference in New Issue
Block a user