This project is a proof of concept for a highly customized PDF viewer built with React Native. It enables users to view multiple PDFs simultaneously, featuring unique animations and gesture controls developed from scratch. The goal is to demonstrate advanced UI/UX capabilities for PDF handling in mobile applications.
- Multi-PDF Viewing: Open and interact with several PDF documents at the same time.
- Custom Animations: Smooth transitions and effects tailored specifically for PDF navigation.
- Gesture Controls: Pinch, swipe, and tap gestures implemented from scratch for intuitive document interaction.
Check PDFGestureDetector.tsx. This file contains the core gesture detection and handling code that powers the advanced interactions in the viewer.