VSN-1943/ feat(documents): add driver document management module
This MR adds the following changes :
- enhance document management screen for drivers: browse folders, preview documents (PDF, images), upload, download, move, delete, and mark as favorites
- Optimized preview load: presigned S3 URLs are valid 7 days, so the download URL is used directly without an extra backend call on every open
- Per-folder caching (5-min TTL) avoids redundant API calls when navigating back to an already-visited folder
- Native download and share via
expo-file-system/legacy+expo-sharing