react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / hooks/useLayout / Result

Interface: Result

Properties

clearLayout()

readonly clearLayout: () => void

Clears layout.

Returns

void


layout?

readonly optional layout: LayoutRectangle


onLayout()

readonly onLayout: (event) => void

Handles layout event.

Parameters

event: LayoutChangeEvent

Event.

Returns

void