Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.4 KB

File metadata and controls

56 lines (42 loc) · 1.4 KB

Teachme Mobile

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

    npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

git clone https://github.com/your-org/teachme-mobile.git
cd teachme-mobile
cp .env.example .env
npm install
npx expo start

Features

  • Cross-platform (iOS & Android)
  • Share and browse knowledge content
  • Live chat and push notifications
  • Earn from your contributions
  • Dark/light mode

Folder Structure

src/
├── screens/
├── components/
├── navigation/
├── services/
└── store/

Figma Link