We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455571d commit 65cf178Copy full SHA for 65cf178
types/index.d.ts
@@ -283,6 +283,7 @@ export interface MessageInputProps
283
hasImagePicker?: boolean;
284
hasFilePicker?: boolean;
285
focus?: boolean;
286
+ sendImageAsync?: boolean;
287
/** https://github.com/beefe/react-native-actionsheet/blob/master/lib/styles.js */
288
actionSheetStyles?: object;
289
AttachmentFileIcon?: React.ElementType<FileIconUIComponentProps>;
0 commit comments