React Native Spotlight Tour - API Reference


React Native Spotlight Tour - API Reference / ChildProps

Interface: ChildProps

Defined in: package/src/lib/components/attach-step/AttachStep.component.tsx:15

Properties

children?

optional children: ReactNode

Defined in: package/src/lib/components/attach-step/AttachStep.component.tsx:19

A React children, if any.


onLayout()?

optional onLayout: (event) => void

Defined in: package/src/lib/components/attach-step/AttachStep.component.tsx:25

Native components layout change event.

Parameters

event

LayoutChangeEvent

The layout event.

Returns

void


ref

ref: RefObject<unknown>

Defined in: package/src/lib/components/attach-step/AttachStep.component.tsx:29

A React reference.