- Clone the project.
- Access the project location in the terminal.
- Go to the ios subdirectory of your project.
- cd ios
- Install pod files.
- pod install
- Return to project location.
- cd ..
- Execute the project.
- if Xcode and CocoaPods are installed
- yarn ios
- if the above cammand does not run.
- Open Xcode to build the .xcworkspace file
- Clone the project.
- Open the Android project inside the project with Android Studio.
- Press [Open an existing Android Studio project].
- Select the android directory in the project directory.
- Create a simulator bt opening AVD Manager in Android Studio.(optional)
- Driving the simulator.
- Connect to the project location from the terminal.
- Excute the project
- yarn android
- npm run android
- If an error occurs, run powershell in administrator mode, enter the following command, and 'yarn android',
- Set-ExcutionPolicy Unrestricted