Buradasın
Expo Development Environment Setup Guide
notjust.dev/blog/2021-11-04-expo-development-environment-setup-for-first-react-native-project-windowsYapay zekadan makale özeti
- Prerequisites
- Windows Terminal must be installed from Microsoft Store
- Git with Git Bash needs to be installed for source control
- NodeJS LTS version with npm package manager is required
- Project Setup
- Expo CLI is installed globally using npm
- New project is created using expo init command
- Project runs on development server with npm start
- Expo Developer Tools automatically opens after setup
- Mobile Setup
- Expo account must be created and logged in
- Expo Go mobile client needs to be installed
- Application can be run via QR code scanning
- iOS requires Camera app for QR code scanning
- Development Environment
- Visual Studio Code can be installed for coding
- Project can be opened in VS Code terminal
- VS Code offers React Native-specific extensions
- Tesla Clone tutorial recommended for beginners