Is your feature request related to a problem? Please describe.
Enriched now has an onPasteImages event. It would be nice if this library had it, too. But also support text.
Describe the solution you'd like
An onPaste event with the following payload;
type OnPasteEvent = {
text?: string
images?: { uri: string; height: number; width: number }[]
}
Describe alternatives you've considered
No alternatives available right now.
Additional context
None.
Is your feature request related to a problem? Please describe.
Enriched now has an onPasteImages event. It would be nice if this library had it, too. But also support text.
Describe the solution you'd like
An
onPasteevent with the following payload;Describe alternatives you've considered
No alternatives available right now.
Additional context
None.