mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-03-01 07:20:33 +00:00
New Android-specific asset access methods: * 'readFileAssets' - read file in assets as string * 'readDirAssets' - read contents of a directory in assets * 'existsAssets' - true/false if file does or does not exist in assets * 'copyFileAssets' - copy a file from assets to a writable directory (e.g. SD Card)