expo-template-cpk
v1.2.2
Published
An Expo template with router by Cross-Platform Korea
Downloads
253
Readme
Expo Template CPK
크로스플랫폼 코리아에서 관리하는 Expo 프로젝트 템플릿입니다.
사용 방법
npx create-expo-app my-app --template expo-template-cpk사용된 스택
- Expo SDK 55 / React Native 0.83
- expo-router
- kstyled (CSS-in-JS)
- cpk-ui
- i18n-js + expo-localization
- jest + react-native-testing-library
- typescript
- prettier + eslint
- react-native-web
주요 특징
- cpk-ui UI 프레임워크가 사전 설치되어 있습니다.
- bun이 기본 패키지 매니저로 설정되어 있습니다.
- New Architecture 기본 활성화
- 다크모드 지원 (AsyncStorage 기반 테마 저장)
- 한국어/영어 i18n 기본 설정
- State/Reducer Provider 패턴 예제 포함
명령어
bun install # 의존성 설치
bun start # 개발 서버 실행
bun run ios # iOS 빌드
bun run android # Android 빌드
bun run web # 웹 실행
bun lint # ESLint 실행
bun typecheck # TypeScript 타입 체크
bun test # 테스트 실행