Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hey. I console.log'd a list of files I got from `fs.readDir()` and to me it looks like the size property is of type `number`, not `string`: ``` { "ctime": "2021-10-19T16:02:30.807Z", "mtime": "2021-10-19T16:02:35.146Z", "name": "B1979F99-6369-4036-8476-B6D14E653B0E.mp4", "path": "/private/var/mobile/Containers/Data/Application/0CE5748F-79A8-4120-B366-C92E6E0C6D17/tmp/ReactNative/B1979F99-6369-4036-8476-B6D14E653B0E.mp4", "size": 34234799, } ``` Could you please check and verify/falsify that?
- Loading branch information