Welcome to the Tinder Clone project, a dating application built with React Native using Tailwind CSS for styling and Firebase for authentication and database management.
- Clone the repository:
git clone https://github.com/WormavTinder_clone_react_native.git
- Install dependencies:
yarn
- Firebase
REACT_NATIVE_FIREBASE_API_KEY=your-api-key
REACT_NATIVE_FIREBASE_AUTH_DOMAIN=your-auth-domain
REACT_NATIVE_FIREBASE_PROJECT_ID=your-project-id
REACT_NATIVE_FIREBASE_STORAGE_BUCKET=your-storage-bucket
REACT_NATIVE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
REACT_NATIVE_FIREBASE_APP_ID=your-app-id
Feel free to copy the content of the code block above and paste it into your README.md file. Adjust the details as needed for your specific project.