Prerequisites
Install dependencies
Install all required dependencies using your preferred package manager:This will install all dependencies including:
- Expo SDK ~54.0
- React Native 0.81.5
- Expo Router for navigation
- React Navigation components
- UI libraries and utilities
Start the development server
Launch the Expo development server:This will open Expo Developer Tools in your browser and display a QR code in your terminal.
Run the app
Choose how you want to run the app:
- Mobile Device
- iOS Simulator
- Android Emulator
- Web Browser
- Open the Expo Go app on your phone
- Scan the QR code displayed in your terminal or browser
- Wait for the app to load
Explore the app
Once the app loads, you’ll see the welcome screen with three main sections:
- Step 1: Try it - Edit
app/(tabs)/index.tsxto see live changes - Step 2: Explore - Tap the Explore tab to learn about the starter features
- Step 3: Get a fresh start - Run
npm run reset-projectwhen ready to build
Next Steps
Now that you have NearYou running, here’s what to do next:Configure the app
Learn about project structure and configuration options
Start building
Understand the codebase and start customizing
Deploy your app
Build and publish to app stores
API Reference
Explore available components and utilities
Development Commands
Here are the essential commands you’ll use during development:| Command | Description |
|---|---|
npm start | Start the Expo development server |
npm run android | Open the app on Android emulator |
npm run ios | Open the app on iOS simulator |
npm run web | Open the app in web browser |
npm run lint | Run ESLint to check code quality |
npm run reset-project | Reset to a fresh project structure |
Getting Help
If you encounter any issues during setup, check out our troubleshooting guide or reach out to the community.