- using React Animations and Lottie Files
- Firebase authentication
- Google authentication
- Clone the repo with
git clone https://github.com/omeratt/Expo-Membership-Cards-App.git
command - Switch to the project's root directory in terminal
- Install the dependencies by running
npm install
- Once, 'npm install' is completed, run
exp start
to start the expo and react-native server - If it shows a QR code on the terminal as a result of 'exp start' command, then you are good to go!
you can write your env specific config variables on .env
file and import them from react-native-dotenv
package as mentioned here.
Ignore the first step on 'Mobile setup' instructions given below if you already have 'Expo' app installed on your phone.
- Install 'Expo' application on your android/iOS device. You can find the links to Android and iOS apps here.
- Scan the QR code shown on the terminal.
- Once the QR code is successfully scanned, it will take few seconds to load and render the app.