https://github.com/vaibhavbansal26/real-estate-app
React Native
https://github.com/vaibhavbansal26/real-estate-app
Last synced: 2 months ago
JSON representation
React Native
- Host: GitHub
- URL: https://github.com/vaibhavbansal26/real-estate-app
- Owner: VaibhavBansal26
- Created: 2025-04-03T21:09:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T03:24:18.000Z (3 months ago)
- Last Synced: 2025-04-04T04:24:28.787Z (3 months ago)
- Language: TypeScript
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realestate App
# App Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
```npx create-expo-app@latest .
```## Get started
1. Install dependencies
```bash
npm install
```2. Start the app
```bash
npx expo start
```In the output, you'll find options to open the app in a
- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo## Get a fresh project
When you're ready, run:
```bash
npm run reset-project
```- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.```
npx expo install nativewind tailwindcss@^3.4.17 [email protected] react-native-safe-area-context
npx tailwindcss init
```