Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.08 KB

File metadata and controls

60 lines (41 loc) · 1.08 KB

Starter For Firebase / React Native / Native-Base / Redux Application with Authentication And Form Validation.

Features

Getting started

Clone Repo

git clone

npm install dependencies

yarn install

Firebase

Create firebase app

  • You'll need a JavaScript (web or Node.js) app to create at Firebase.
  • Find firebase.example.json file in src directory, rename it to firebase.json and edit it with your firebase app configuration.

Application

IOS

react-native run-ios

Android

react-native run-android

Testing

yarn start test

Linting

yarn lint