File System
A service for working with the file system.
↓ Import the File System serviceimport {FS} from 'react-exo/fs';
↓ Initialize the file systemconst fs = await FS.init();
Dependencies
Technology
Platform | Library | Support | Notes |
---|---|---|---|
Web | Origin Private File System | ✅ | - |
Native | react-native-file-access | ✅ | - |