This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
[iOS] Strange lastModified received from RNFB.fs.stat #254
Closed
Description
@wkh237 Hello, I'm receiving a strange timestamp for lastModified
when using RNFB.fs.stat on a saved file on iOS. Here's the output of the response:
{
type: 'file',
filename: '.picture.jpg',
size: '86766',
path: '/var/mobile/Containers/Data/Application/EFB8FD2B-B6E1-4DE6-8EB9-959993D455D6/Documents/AppName/.picture.jpg',
lastModified: 407828584
}
Any idea what's going on? Thanks for help!