React Native FS provide stat() function to get file details and will return Promise with file details of name, path, ctime, mtime, size, and mode.
Read moreWhat is the use of react native fs?
react-native-fs is the library that can make you use the filesystem easily on RN(React Native) .
Read more