Loading

FAQ & Troubleshooting

FAQ

Can I release the app to both iOS and Android?

Yes, as this is made by React Native framework which upport to release for both iOS and Android, please discover more the framework from https://facebook.github.io/react-native/docs/getting-started.html

Does it include full source code package and easy to customize ?

Yes, you will get the full source code package and also the free WordPress plugins, it is not required technical or development skills to use as easy to installing by using the Expo tools (http://expo.io)

Will i get the free upgrade on next comming version ?

Yes you will get the free upgrade with more awesome features coming, please follow the change logs to see the detail update. You will get the notify email for new version update on stores.

My Android simulator not run with Expo ?

First make you you can open the Android simulator successful by using Genymotion, then selec the Lan option from Expo XDE config and run the project from Device button

Resolve issue “Could not connect to development server” ?

First, make sure your have run “yarn install” or “npm install” to create the node_modules folder

Then, try the press the Restart button from Expo and Ctrl+R (Window) or Command+R (MacOS) to reload the project on simulator. We will able to see the Building Javascript bundle..xxx% at bottom of the simulator.

Fix “CFBundleIdentifier”, Does Not Exist” ?

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 beostore.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)

Installing Android simulator with Genymotion and creating new VM could cause the issue with the sound driver and it’s could not be started ?

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

Need more support?

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)
  • Install Team Viewer version 8 (Click here)

After all the above is done, please open a ticket in ​http://www.zs.test.zinimedia.com/contact and we will schedule a time for support.

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.

Leave a Reply

Your email address will not be published. Required fields are marked *