-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
refactorrefactorrefactor
Description
목표
- Expo EAS Build 도입하여
.apk자동 생성 & 다운로드
작업 목록
- eas-cli 설치 및 로그인 (
npm install -g eas-cli,eas login) -
eas.json생성 (eas build:configure) -
package.json에 빌드 스크립트 추가"build:android": "eas build --platform android""build:android:apk": "eas build --platform android --profile development"
- 로컬에서 빌드 테스트 & APK 다운로드 확인
- GitHub Actions에 EAS 빌드 워크플로우 추가
- PR & 이슈 템플릿 추가
참고
- Android Studio 불필요
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorrefactorrefactor