Skip to content

rocknegi/react-native-tinder

Repository files navigation

React Tinder clone

This app is jsut a clone of tinder made using React Native.

Demo Video

2021-12-21.11-48-01.mp4

Tech Stack

React native (Expo v43)
Firebase v9
Tailwind

Installation

- Clone the repo
- Create a firebaseCred.js file on root level like this

      export const FIREBASE_CONFIG = {
        apiKey: "",
        authDomain: "",
        projectId: "",
        storageBucket: "",
        messagingSenderId: "",
        appId: "",
      };

- Then create .env file also on the root level and add these 2 variables
      ANDROID_CLIENT_ID = "<your_android_client_id>"
      IOS_CLIENT_ID = "<your_ios_client_id>>"

- Then add your own google-services.json and GoogleService-Info.plist also on the root level

- At last run npm install && expo start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

ScreenShots

1 2 3