Skip to content

onPaste event #388

@alizahid

Description

@alizahid

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions