0. Clone the repo:
git clone https://github.com/alexandr-g/react-native-auth.git
1. Install react-native CLI globally ( for more info on setup steps refer - React Native Docs )
npm install -g react-native-cli
2. Install project dependencies:
npm i
3. Change firebase credentials inside app.js
-> firebase.initializeApp
to yours
4. To start the project in simulator:
react-native run-ios
Reference: this app was build as a part of https://github.com/StephenGrider Udemy course