You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
0 commit comments