hszeto / react-native-firebase-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-firebase-auth

Libraries used

  • redux and redux-thunk
    npm install --save redux react-redux
    npm install --save redux-thunk

  • firebase for authentication
    npm install --save firebase

  • react-native-router-flux for routing
    npm install --save react-native-router-flux

  • native-base for styling
    npm install --save native-base

  • Run the following to link dependencies with native code
    react-native link

About


Languages

Language:JavaScript 61.3%Language:Objective-C 23.2%Language:Python 8.6%Language:Java 7.0%