This project is a basic demonstration of the Tinder-like swipe card functionality built with React Native and Expo. Users can swipe cards left or right to simulate a Tinder-style interface.
Features • Swipe left to reject • Swipe right to like • Smooth animations • Responsive UI • Built with React Native & Expo
Getting Started
Prerequisites • Node.js • Expo CLI (npm install -g expo-cli) • A smartphone with Expo Go app (or use an emulator)
Installation 1. Clone the repository:
git clone https://github.com/your-username/tinder-swipe-demo.git cd tinder-swipe-demo
2. Install dependencies:
npm install
3. Start the development server:
expo start
4. Scan the QR code with the Expo Go app or run on an emulator.
Built With • React Native • Expo • react-native-deck-swiper