Profile screen performance tweak - Adjust initial num to render based on header height (#5005)
This commit is contained in:
@@ -96,7 +96,7 @@ export function MessagesScreen({navigation, route}: Props) {
|
||||
)
|
||||
}, [_, t])
|
||||
|
||||
const initialNumToRender = useInitialNumToRender(80)
|
||||
const initialNumToRender = useInitialNumToRender({minItemHeight: 80})
|
||||
const [isPTRing, setIsPTRing] = useState(false)
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user