/authApp

authApp made in React Native with Firebase Auth

Primary LanguageJavaScript

authApp

authApp made in React Native with Firebase Auth

How to run

Clone repository and install dependencies:

git clone https://github.com/vitorl-s/authApp.git
cd authApp
yarn

Run the app:

cd ios
pod install
cd ..
npx react-native run-ios

or

npx react-native run-android

The app should be running/installing on the simulator or on your device by now.