Replies: 1 comment
-
If you use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version: 5.1.0
Platform: Android 13
const attachmentFiles: PickFilesResult = await FilePicker.pickFiles({ multiple: true, readData: true, })
File picker returns nothing when tried to pick files bigger than 50MB. Files which are small in size (<10MB) work as it should. But if selected together with a bigger file, again returns nothing. No console error or anything.
Is this the expected behavior and is there any max file size requirement? Or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions