Zapes
  • Introduction
  • Get Started
    • Development environment
    • Web settings
    • App settings
    • Login Facebook
    • Login Google
    • Login Apple
    • Build App for Android
    • Build App for IOS
    • Source code structure
    • FAQ & Troubleshooting
    • Firebase Integration
    • OneSignal
    • Change Log
    • Thank you
Powered by GitBook
On this page

Was this helpful?

  1. Get Started

Build App for IOS

In this part, we will show you how we can build the mobile app for iOS.

PreviousBuild App for AndroidNextSource code structure

Last updated 5 years ago

Was this helpful?

NOTE: before start this tutorial, you MUST make sure install SAMPLE REACT NATIVE app successfully. Check the tutorial below:

Then follow those steps and install SAMPLE APP. If install sucessfully, you can see sample app like below:

Note again: MUST build successfully (to make sure you installed all independence packages ) before setup ZALES next step below.

1. Install Zapes theme on iOS

1.1 Open terminal and go to the right your app folder

cd app/app-zapes

2. Install npm packages:

npm install

3. Go to iOS folder then install pod packages:

cd ios
pod install

5. Then go back working folder Zapes and run this to open app on emulator:

cd ..
react-native run-ios --simulator="iPhone 7"

6. After app building success, you can see app on simulator iPhone.

Thank you.

Setting up the development environment · React Nativereactnative
Logo
Choose RIGHT development OS + Target build iOS
Sample App iOS