Basic question during installing the app that you could meet and also provide some solution to fix the installing issues. If these answer could not be, raise net thread on our discuss community: https://github.com/inspireui/support

My Android simulator not run with Expo ?

First make you you can open the Android simulator successful by using Genymotion

https://docs.expo.io/versions/latest/workflow/genymotion


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.

Can't login with a user was created on your website

To fix this, You must have change the password for that user to login to the app

Product Image of App is not display

  • First issue cause by the Wordpress plugin config, please follow the Getting Started document and make sure the Step 3 "Config the Image" is finished
  • Second issue cause by the metro library that showing "require cycle: " warning message. Fix by remove the IF block from node_modules/metro/src/lib/polyfills/require.js (https://gyazo.com/df9e8c80e88d51fed30807b0a369e7e1) - Or, select the build with PRODUCTION MODE to resolve the issues)

"Wrong Segments ..." message When Post New Listing

  • You need check config the JWT Authentication for WP-API plugin such as check the .htaccess file has this code
<IfModule mod_headers.c>
  Header set Access-Control-Allow-Origin "*"
</IfModule>
  • P/S: Put it out of block

"Sorry this user is not scope..." message When Post New Product