PetFriends A cross-platform mobile application built with React Native and Expo, designed to showcase modern mobile development practices and features. 📱 Features
Cross-Platform Support: Runs on iOS, Android, and Web File-Based Routing: Using Expo Router for simplified navigation Light & Dark Mode: Full theme support with automatic detection Component Library: Pre-built themed components ready to use Animations: Examples using react-native-reanimated Parallax Effects: Custom scrolling experiences with header effects
🚀 Getting Started Prerequisites
Node.js npm or yarn Expo CLI
Installation
Clone the repository: bashgit clone https://github.com/yourusername/PetFriends.git cd PetFriends
Install dependencies: bashnpm install or bashyarn install
Start the development server: bashnpx expo start
Running the App
For iOS: Press i in the terminal or run npx expo run:ios For Android: Press a in the terminal or run npx expo run:android For Web: Press w in the terminal or run npx expo start --web