This mobile application is primarily designed for communication between tenants and landlords. Users can input their property information within the app, and tenants can connect with landlords using an invitation code to facilitate communication. The main features of the app include online chat, intelligent lease agreements, property listings, rent reminders, feedback on property issues to landlords, online payments, and renovation services.
Go to file
Philip Cheung b51de8b13c first commit 2024-02-27 16:49:28 +08:00
__tests__ first commit 2024-02-27 16:49:28 +08:00
rentchat_char first commit 2024-02-27 16:49:28 +08:00
src first commit 2024-02-27 16:49:28 +08:00
.buckconfig first commit 2024-02-27 16:49:28 +08:00
.eslintrc.js first commit 2024-02-27 16:49:28 +08:00
.flowconfig first commit 2024-02-27 16:49:28 +08:00
.gitattributes first commit 2024-02-27 16:49:28 +08:00
.gitignore first commit 2024-02-27 16:49:28 +08:00
.prettierrc.js first commit 2024-02-27 16:49:28 +08:00
.watchmanconfig first commit 2024-02-27 16:49:28 +08:00
App.js first commit 2024-02-27 16:49:28 +08:00
AuthKey_B6LJQ88G44.p8 first commit 2024-02-27 16:49:28 +08:00
CertificateSigningRequest.certSigningRequest first commit 2024-02-27 16:49:28 +08:00
README.md first commit 2024-02-27 16:49:28 +08:00
app.json first commit 2024-02-27 16:49:28 +08:00
aps.cer first commit 2024-02-27 16:49:28 +08:00
aps_development.cer first commit 2024-02-27 16:49:28 +08:00
babel.config copy.js first commit 2024-02-27 16:49:28 +08:00
babel.config.js first commit 2024-02-27 16:49:28 +08:00
base-2.6.1.301.aar first commit 2024-02-27 16:49:28 +08:00
index copy.js first commit 2024-02-27 16:49:28 +08:00
index.js first commit 2024-02-27 16:49:28 +08:00
metro.config copy.js first commit 2024-02-27 16:49:28 +08:00
metro.config.js first commit 2024-02-27 16:49:28 +08:00
package-lock.json first commit 2024-02-27 16:49:28 +08:00
package.json first commit 2024-02-27 16:49:28 +08:00
push-2.6.1.301.aar first commit 2024-02-27 16:49:28 +08:00
react-native.config.js first commit 2024-02-27 16:49:28 +08:00
rentChatNotificationCert.p12 first commit 2024-02-27 16:49:28 +08:00
rentChatNotificationCert.pem first commit 2024-02-27 16:49:28 +08:00
rentchat.mobileprovision first commit 2024-02-27 16:49:28 +08:00
rentchatapplelogin.p8 first commit 2024-02-27 16:49:28 +08:00
rentchatkeystore first commit 2024-02-27 16:49:28 +08:00
yarn.lock first commit 2024-02-27 16:49:28 +08:00

README.md

Rent Chat

Description

This mobile application is primarily designed for communication between tenants and landlords. Users can input their property information within the app, and tenants can connect with landlords using an invitation code to facilitate communication. The main features of the app include online chat, intelligent lease agreements, property listings, rent reminders, feedback on property issues to landlords, online payments, and renovation services.

Screenshot

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Step 3: Modifying your App

Now that you have successfully run the app, let's modify it.

  1. Open App.tsx in your text editor of choice and edit some lines.

  2. For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!

    For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!

Congratulations! 🎉

You've successfully run and modified your React Native App. 🥳

Now what?

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources: