Awesome file is an app that integrates with Dropbox API, and allows the user to download a file.
- React Native
- TypeScript
- Context API / Hooks
- Dropbox API
- React Native OAuth (For authentication)
- React Native FS (For file downloading)
Clone this repo and install the dependencies using Yarn.
yarn install
At this moment, we're only supporting Android, so to use the app, run the following command:
npx react-native run-android
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.