A beautifully crafted clone of the popular dating app Hinge, built using React Native and Expo. This app mimics the core features of Hinge β user profiles, likes, and interactions β with a clean, mobile-first UI and smooth navigation.
- π₯ Swipeable profile cards with smooth animations
- π¬ Like, comment, and match functionality
- π§βπΌ Customizable user profiles
- π¨ Sleek and modern UI
- π± Fully responsive on iOS and Android
- React Native β Cross-platform mobile development
- Expo β Simplified workflow and build process
- React Navigation β Seamless screen transitions
- Redux β Scalable state management
- Firebase β Auth and data
Coming soon! Screenshots and video demo in progress.
hinge-clone/
βββ assets/ # Images, fonts, icons
βββ components/ # Reusable UI components (ProfileCard, LikeButton, etc.)
βββ screens/ # App screens (Home, Profile, Matches, etc.)
βββ navigation/ # Stack and tab navigation setup
βββ context/ # Global state management (optional)
βββ App.js # Root of the app
Follow these steps to run the project locally:
- Clone the repository
git clone https://github.com/your-username/hinge-clone.git
cd hinge-clone- Install dependencies
npm install
# or
yarn- Start the development server
npx expo startYou can then run the app on a simulator.
Pull requests and βοΈ stars are always welcome! Feel free to fork this repo and create your own version of the app.
This project is for educational/demo purposes only. Not affiliated with or endorsed by Hinge or Match Group in any way.
Made with β€οΈ using React Native


