Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 1.66 KB

README.md

File metadata and controls

75 lines (53 loc) · 1.66 KB

Tinder Clone

Tinder clone using react native, tailwind css and firebase. Based on this tutorial.

Installation

Install modules:

yarn

you need to link it to a firebase project and a google account api key following the instructions on this tutorial.

you need a .env with the following values:

ANDROID_CLIENT_ID=
IOS_CLIENT_ID=
EXPO_CLIENT_ID=
WEB_CLIENT_ID=
FIREBASE_API_KEY=
FIREBASE_AUTH_DOMAIN=
FIREBASE_PROJECT_ID=
FIREBASE_STORAGE_BUCKET=
FIREBASE_MESSAGING_SENDER_ID=
FIREBASE_APP_ID=
FIREBASE_MEASUREMENT_ID=

along with the .env files you will need to add to the root of the project the google-services.json and GoogleService-Info.plist files that you get when creating the firebase project and the google cloud project.

Development

  • Run this command in a terminal
expo start

or

yarn start
  • Run this command in another terminal
yarn dev:tailwind

Images

login-screen

home-screen

updateProfile-screen

updateProfile-screen

updateProfile-screen

updateProfile-screen