https://github.com/whitehorse21/real-estate-react-native-app
Real Estate App built with React Native
https://github.com/whitehorse21/real-estate-react-native-app
graphql react-native react-query redux typescript
Last synced: about 1 year ago
JSON representation
Real Estate App built with React Native
- Host: GitHub
- URL: https://github.com/whitehorse21/real-estate-react-native-app
- Owner: whitehorse21
- Created: 2023-09-08T05:35:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T05:40:49.000Z (almost 3 years ago)
- Last Synced: 2025-05-12T17:15:16.064Z (about 1 year ago)
- Topics: graphql, react-native, react-query, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 5.22 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Real Estate Template
## Setup
1. Follow the instructions on the "React Native CLI Quickstart" tab of
the [React Native setup instructions](
https://reactnative.dev/docs/environment-setup). These
instructions fan out by host operating system (macOS, Windows,
Linux) and target operating system (iOS, Android). Follow
whichever is appropriate.
2. Install the Javascript dependencies
```
yarn install
```
3. Install iOS dependencies (iOS only)
```
cd ios
pod install
```
## Running
### Android (device or emulator)
Start an emulator or plug in your device, then:
`yarn run android`
If running on a device you must first:
1. Enable USB Debugging on the device
2. Run `adb reverse tcp:8081 tcp:8081` at the command line
### iOS Simulator
`yarn run ios`
This will start a simulator for you.