Demo Mobile App is a cross-platform mobile application built using React Native for iOS and Android platforms. It is a showcase app that demonstrates various features and functionalities of a typical mobile app.
Before running the app locally, make sure you have the following installed:
- Node.js (version 16.13.2 or higher)
- npm (version 8.1.2 or higher)
- Xcode (for iOS development)
- Android Studio (for Android development)
- React Native development environment set up (Refer to the official React Native documentation for more information)
To run the Demo Mobile App locally on your development machine, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/demo-mobile-app.git
- Install dependencies:
cd demo-mobile-app
npm install
npx pod-install ios
- Run the app on iOS:
react-native run-ios