Skip to content

Cotex05/SplitpayApp

Repository files navigation

React Native App Guide

Prerequisites

  • Node.js (v14 or newer)
  • npm or yarn
  • React Native CLI (npm install -g react-native-cli)
  • Android Studio (for Android) or Xcode (for iOS)

Installation

  1. Clone this repository:

    git clone [repository-url]
  2. Navigate to the project directory:

    cd [project-folder]
  3. Install dependencies:

    npm install
    # or
    yarn install

Running the App

Android

# Start Metro bundler
npm start

# In a new terminal
npm run android

iOS

# Start Metro bundler
npm start

# In a new terminal
npm run ios

Troubleshooting

  • If you encounter issues, try:
    cd android && ./gradlew clean && cd ..
    npm start -- --reset-cache
  • Make sure your emulator is running before starting the app

Additional Commands

  • Run tests: npm test
  • Lint code: npm run lint

App Preview

Home

Home

Overview

Overview

Balance_Graph

Balance Graph

Expense

Expense

Expenses

Expenses

Groups

Groups

MyProfile

MyProfile

Settlements

Settlements

Profile

Profile

Group_Members

Group Members

Create_Expense

Create Expense

Create_Group

Create Group

Join_Group

Join Group

UPI

UPI

About

A Group expense manager App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published