https://github.com/fabe/rolldown
🎞 Rolldown for iOS. Downloads videos to your camera roll. Simple.
https://github.com/fabe/rolldown
ios react react-native video
Last synced: 3 months ago
JSON representation
🎞 Rolldown for iOS. Downloads videos to your camera roll. Simple.
- Host: GitHub
- URL: https://github.com/fabe/rolldown
- Owner: fabe
- License: mit
- Created: 2017-03-07T15:42:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T00:31:02.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T05:49:01.043Z (9 months ago)
- Topics: ios, react, react-native, video
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rolldown
A simple React Native app that downloads videos to your camera roll.

## Supported services
- [x] Direct `.mp4` and `.mov` videos.
- [x] Youtube
- [x] Twitter
- [x] Instagram
- [x] Facebook
- [x] Tumblr
- [x] etc.
- [ ] Vine
## Setup
1. **Clone the repo**
```
$ git clone https://github.com/fabe/rolldown.git
$ cd rolldown
```
2. **Install dependencies**
```
$ npm install
```
3. **Running on iOS**
```
$ react-native run-ios
```