Couldn't send message. SendbirdError: "file" must be required

[Problem/Question]
// Detailed description of issue.
I have implemented the same as per this sample project repo
https://github.com/sendbird/sendbird-uikit-sample-react-native-expo/tree/sample
used the same platform services as in this repo.
but still when I’m trying to send a file message, unable to send it and get this error.
Attaching required screenshots below


// If problem, please fill out the below. If question, please delete.
[UIKit Version]
// What version of the SDK are you using?
@sendbird/chat”: “^4.10.10”,
@sendbird/uikit-react-native”: “^3.4.1”,

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
Try to send file message

[Frequency]
// How frequently is this issue occurring?
Every time

[Current impact]
// How is this currently impacting your implementation?
Blocker