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?
optionalchildren:ReactNode
Defined in: package/src/lib/components/attach-step/AttachStep.component.tsx:19
A React children, if any.
onLayout()?
optionalonLayout: (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.