Render prop that receives the resolved variant entry. Called with the baseline entry if no personalization matches, or with the selected variant entry if personalization applies.
The entry to display (baseline or variant)
ReactNode to render
OptionalstyleOptional style prop for the wrapper View
OptionaltestOptional testID for testing purposes
OptionalthresholdMinimum visibility ratio (0.0 - 1.0) required to consider component "visible".
OptionalviewMinimum time (in milliseconds) the component must be visible before tracking fires.
The baseline Contentful entry fetched with { include: 10 }. Must include nt_experiences field with linked personalization data.