React-Native-Restaurant-App
React-Native-Restaurant-App is a comprehensive boilerplate designed for building restaurant management applications with a single codebase supporting both mobile and web platforms. The project leverages React Native for iOS and Android development while utilizing React JS for the web version, ensuring a unified logic and view architecture. It implements a scalable project structure that separates reusable components, screen-specific logic, and platform-specific code into distinct directories such as app for mobile and web for desktop. The application integrates Redux for state management, including actions, reducers, sagas, and store configuration, alongside an organized service layer for API communication. Key features include a centralized router configuration, reusable base components, and standardized utility functions for colors and assets. The setup requires a companion backend server for full functionality. Installation is straightforward via npm or yarn, followed by build commands to launch the applic