1) - Use pick multiple option
2) - Select 1 file
3) - Log response
Result response is an array with one file object that has the size as number not as string.
Expected result: size type should be string, as mentioned here:
https://github.com/Elyx0/react-native-document-picker/blob/master/index.d.ts
Thanks, TS inconsistencies are very confusing, it's horrible to see that warning when you know you're using it as expected.
Sadly cast as any for now :(