FAQ & Troubleshooting
Basic question during installing the app that you could meet and also provide some solution to fix the installing issues
Last updated
Was this helpful?
Basic question during installing the app that you could meet and also provide some solution to fix the installing issues
Last updated
Was this helpful?
Yes, as this is made by React Native framework which support to release for both iOS and Android, please discover more the framework from
Yes, you will get the full source code package and also the free Wordpress plugins.
Yes, you will get the free upgrade with more awesome features coming, please follow the changelogs to see the detail update. You will get the notification email for new version update on stores.
First, make sure you have run "yarn install" or "npm install" to create the node_modules folder
Then, try the press Ctrl+R (Window) or Command+R (MacOS) to reload the project on the simulator. We will able to see the Building Javascript bundle..xxx% at bottom of the simulator.
1/ Root cause: missing React library or facebookSDK
Step 1: run: yarn setup (only for Mac OS, on window you should run yarn install)
Step 2: Open zapes.xcworkspace select Product/Schema/Edit Schema, then click + button to find React and add it to top of the list, make sure the Parallelize Build is uncheck and the React should be on top
(Other solution is select the React from the list and click build again)
2/ Or check this scenario:
The images could not be recognized when building on real device.
Solution: you should generate the Bundle JS file, run following
react-native bundle --minify --entry-file index.ios.js --platform ios --dev false --bundle-output .\/ios\/main.jsbundle --assets-dest .\/ios The SDK directory /Users/minh/Library/Android/sdk does not exist
Solution: This could be fixed by changing the sdk.dir to your Android SDK folder, on Window this local.properties could be deleted and it will auto generated.
Missing Facebook library (on Mac)
Solution: Download the SDK and unzip the archive to ~/Documents/FacebookSDK
Before opening a ticket, please ensure the following is installed on your environment:
Install React Native.
Install XCODE for Mac only.
Install Android Studio and Genymotion (Free)
Please note that our support could take 2 working days based on the queue list.
We will be publishing awesome updates in the next version, so please share your views via the above link.
Install Team Viewer ()
After all the above is done, please open a ticket in and we will schedule a time for support.