https://github.com/kathawala/expo-file-dl-example
Example app showing how to use the `expo-file-dl` library
https://github.com/kathawala/expo-file-dl-example
expo expo-file-dl expo-file-downloader react-native react-native-file-downloader
Last synced: about 1 year ago
JSON representation
Example app showing how to use the `expo-file-dl` library
- Host: GitHub
- URL: https://github.com/kathawala/expo-file-dl-example
- Owner: kathawala
- License: mit
- Created: 2020-11-06T00:10:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T15:07:26.000Z (over 2 years ago)
- Last Synced: 2024-02-19T16:36:12.748Z (over 2 years ago)
- Topics: expo, expo-file-dl, expo-file-downloader, react-native, react-native-file-downloader
- Language: TypeScript
- Homepage:
- Size: 3.03 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# expo-file-dl-example
Example app showing how to use the `expo-file-dl` library
You can clone this repo and open the app on your device/emulator
```bash
git clone https://github.com/kathawala/expo-file-dl-example.git
cd expo-file-dl-example
yarn install
expo start
```