react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / types/CommonNativeProps / Layout

Interface: Layout

Extended by

Properties

onLayout()?

readonly optional onLayout: (event) => void

Handles layout change event.

Parameters

event: LayoutChangeEvent

Event.

Returns

void