The app has been updated with a new vertical swiping system that replaces the traditional left/right swipe mechanism. Users now navigate between profiles by swiping up and down.
-
Vertical Swiping:
- Swipe up to like and move to the next profile
- Swipe down (optional functionality for future implementation)
-
Clean UI Design:
- Full-page profile photos
- Minimal interface with essential information
- "View Profile" button and heart icon for liking
-
Profile Details Screen:
- Detailed view when clicking "View Profile"
- Shows additional information, interests, and photos
- Like/Dislike buttons at the bottom
- Used React Native's Animated API and Gesture Handler for smooth animations
- Implemented a vertical swiping gesture handler
- Created a new ExploreScreen that replaces the HomeScreen
- Added a ProfileDetailsScreen for viewing complete profiles
- Add animation when clicking the heart button
- Implement "swipe down" functionality to see previous profiles
- Add more interactive elements to the profile details screen