LyoDekken / react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Preview

homescreen login register forgot dashboard

Support

If you have any questions, please contact us through the channels below. Happy Coding 🚀

Autor(es)


Humberto Oliveira

Back to the top

License

React is MIT licensed.

About

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%