OptionalinitialPre-filled feedback fields (e.g. category, metadata, or screenshot attachments).
OptionalisWhether to wrap the form in a native React Native full-screen <Modal>.
Set to false when embedding directly in an existing screen layout.
OptionalonCallback invoked when the user dismisses the composer without submitting.
OptionalonCustom attachment picker handler.
Allows host applications to trigger their preferred file/image picker (e.g. Expo ImagePicker,
react-native-document-picker) and return either pre-uploaded FeedbackAttachment descriptors
or raw UploadAttachmentOptions which will automatically be uploaded via client.uploadAttachment().
OptionalonCallback invoked when feedback is successfully submitted to the server.
OptionalvisibleWhether the modal dialog is currently visible (when isModal is true).
Props for configuring the FeedbackComposer form sheet or embedded component.
Example