Watch multiple videos back-to-back on Android
|
||
---|---|---|
__tests__ | ||
.bundle | ||
android | ||
ios | ||
.buckconfig | ||
.eslintrc.js | ||
.gitignore | ||
.node-version | ||
.prettierrc.js | ||
.ruby-version | ||
.watchmanconfig | ||
app.json | ||
App.tsx | ||
babel.config.js | ||
constants.ts | ||
Gemfile | ||
index.js | ||
Item.tsx | ||
LICENSE | ||
metro.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Swiper
Watch multiple videos on your Android device back-to-back.
Screenshots
Building from Source
First follow the React Native Environment Setup. Then run the following command:
cd android
./gradlew assembleRelease
The apk file can be found at
android/app/build/outputs/apk/release/app-*-release.apk
The APKs are separated by architecture, for example we have:
app-arm64-v8a-release.apk
app-armeabi-v7a-release.apk
app-x86_64-release.apk
app-x86-release.apk
Your phone is probably app-arm64-v8a-release.apk
.
Running in Development
First ensure Node.js dependencies are installed:
yarn install
Then start the metro server:
yarn start
Then (in a separate terminal) run the android
script:
yarn android
Fdroid Metadata
You can find the metadata yaml file in the fdroiddata repository: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.swiper.yml