React Native App Installation
This guide will walk you through setting up and running the MagicUI mobile application.
Prerequisites
1. Install Dependencies
npm install
# or
yarn install2. iOS Setup (Mac Only)
cd ios
pod install
cd ..3. Configuration
4. Running the App
iOS
Android
Troubleshooting
Last updated
Was this helpful?