This app is jsut a clone of tinder made using React Native.
2021-12-21.11-48-01.mp4
React native (Expo v43)
Firebase v9
Tailwind
- 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
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.