react-native-fs is the library that can make you use the filesystem easily on RN(React Native) .
Read moreHow do you get file in react native?
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 more