vRY Mobile A companion android app for VALORANT-Rank-Yoinker. Dev Guide Installing Deps npm i Seeding Assets npm run seed:val-api Building npm run build #for production, npm run build:prod Syncing Android npx cap sync #for the first time, then you can, npx cap copy Building APK cd android && ./gradlew assembleDebug # for Windows Only