Example app
The repository includes a full example app demonstrating all features:
cd example
yarn install
# iOS
cd ios && pod install && cd ..
yarn ios
# Android
yarn android
The example app shows:
- Starting multiple downloads
- Pause/resume functionality
- Progress tracking with animations
- Re-attaching to background tasks
- File management