_2024년 12월 14일 ~ 2024년 12월 22일 / 서버리스 React Native 프로젝트(1인 개발)_
- React Native
- TypeScript
- Expo
- axios: OpenAI API와 연동하여 AI 기반 기능을 통합
- expo-router: 애플리케이션 내 간단하고 구조화된 라우팅 구현
- expo-image-picker: 사용자 기기에서 이미지 선택 기능을 제공
- styled-components/native: 모듈화되고 재사용 가능한 테마 기반 컴포넌트 스타일링
- react-native-calendars: 동적이고 커스터마이징 가능한 캘린더 UI 기능 구현
- react-native-async-storage: 소량의 데이터를 영구적으로 저장할 수 있는 로컬 스토리지 제공
- expo-linear-gradient: 시각적으로 향상된 UI 요소를 위한 그라디언트 구성 요소 추가
This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-project
This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.