/Abhyas

This is for e learning app

Primary LanguageJavaScript

Learning App

How to use?

  1. Download or clone this repo.

  2. Install dependencies.

npm install
// or
yarn install
  1. Go to src/core/config.js and replace FIREBASE_CONFIG with your own firebase config.
export const FIREBASE_CONFIG = {
  apiKey: "xxx-yyy-zzz" // etc.
  // rest of your firebase config
};
  1. Run project on iOS / Android.
 npm run ios // npm run android
 // or
 yarn ios // yarn android

Project was created using Expo. If you want standard native project please run following command:

expo eject

Preview

homescreen login register forgot dashboard