# FAQ & Troubleshooting

## 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&#x20;

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

![](https://1983211154-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHBIhMvzFkd_uhi8KQ3%2F-LHCTCSYp2M1R-RvZaTh%2F-LHCTcLNcwo0thBTKTwx%2FScreen%20Shot%202018-07-12%20at%202.52.29%20PM.png?alt=media\&token=62a693d1-5bc6-402f-a7e3-7de29feffb01)

(Other solution is select the **React** from the list and click build again)

![](https://1983211154-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHBIhMvzFkd_uhi8KQ3%2F-LHCTCSYp2M1R-RvZaTh%2F-LHCTidpRLujpEHFQOw-%2FScreen%20Shot%202018-07-12%20at%202.52.34%20PM.png?alt=media\&token=365728cd-a3ce-4d2a-85ec-46256ad0b6ec)

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

![](https://1983211154-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHBIhMvzFkd_uhi8KQ3%2F-LHCTCSYp2M1R-RvZaTh%2F-LHCUGo05t3jNdCEWsXQ%2FScreen%20Shot%202018-07-12%20at%202.55.34%20PM.png?alt=media\&token=bec9febd-f0bd-4ec8-b25c-11ddcc5fcb48)

## **The images could not be recognized when building on real device.**

Solution: you should generate the Bundle JS file, run following

```javascript
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.

![](https://1983211154-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHBIhMvzFkd_uhi8KQ3%2F-LHCTCSYp2M1R-RvZaTh%2F-LHCUfZW9y5s1eXD4EDh%2FScreen%20Shot%202018-07-12%20at%202.57.20%20PM.png?alt=media\&token=83b93635-7da9-4317-a9a1-7a2d4b9518bf)

## **Missing Facebook library (on Mac)**

Solution: [**Download the SDK**](https://origincache.facebook.com/developers/resources/?id=facebook-ios-sdk-current.zip) and unzip the archive to \~/Documents/FacebookSDK
