Real-Dev-Squad / mobile-app

The main app for our organization
MIT License
12 stars 30 forks source link

Real Dev Squad Mobile App

Welcome to the repository of our mobile app, which mirrors all the features of our web applications.

Tech Stack

This project serves as the Real Dev Squad cross-platform mobile app, built using React Native.

First Phase

Second Phase

Feel free to download our RDS app by clicking on ➡️ RDS App

Note : Please delete the previous RDS app build if you have.

Prerequisites

To contribute, make sure you have the following:

NOTE : Make sure to set up the proper development environment required to run Hello world app in RN and drop a video link in #react-native channel.

For detailed setup instructions, refer to React Native environment setup guide.

Local App setup

Contribution Guide

To contribute to our project:

Git commands for local setup

git clone https://github.com/Real-Dev-Squad/mobile-app.git

cd mobile-app

yarn

Git commands to commit your code:

git checkout -b 'your-PR-name'

git add <files>

git commit -m "Your commit message"

git push origin your-PR-name

Test-Driven Development (TDD)

All PRs should have 100% test coverage. Before submitting PRs, run yarn test to ensure all tests pass.

Running/Development

If the above commands fail, try building the Android app from Android Studio and the iOS app from Xcode.