This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
ReactionListItemWrapper
ReactionListItemWrapper is the shared pressable wrapper used by reaction list items.
Best Practices
- Use this wrapper to keep reaction interaction states consistent.
- Prefer style overrides over replacing pressed/selected state logic.
- Keep custom styles additive to preserve spacing and border radius.
- Ensure press targets remain large enough for accessibility.
- Avoid adding heavy children that increase layout cost.
Props
selected
Whether to render the selected visual state.
| Type | Default |
|---|---|
boolean | false |
style
Additional style for the inner container.
| Type |
|---|
StyleProp<ViewStyle> |
PressableProps
All standard React Native Pressable props are supported (for example onPress, onLongPress, disabled, and accessibility props).