You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the better type is IGiftedChatContext but it's not an easy type swap due to some internals of how it's passed around and used on TouchableOpacity events.
Related: the onPressAvatar doesn't get this param at all, as far as I can tell. It'd be useful (for action sheet). Using this doesn't work for me, weirdly it silently fails:
Issue Description
Would love a better type than
any
forcontext
inonPress
andonLongPress
handlers.as is,
context.showActionSheetWithOptions(...)
doesn't have any typing.The text was updated successfully, but these errors were encountered: