Expo XDE publish renders a blank white screen

Hi all, when I am running my development server using the command yarn start and open the app up over the local network the application runs fine!

When I publish the build to the expo store using the XDE it just renders a white/blank screen with nothing on it. This happened when I upgraded to version 27.

Right now I just have two screens and am using the following versions and libs:

"dependencies": {
    "expo": "^27.0.1",
    "native-base": "^2.4.5",
    "react": "16.3.1",
    "react-native": "~0.55.2",
    "react-native-easy-grid": "^0.1.17",
    "react-native-elements": "^0.19.1",
    "react-native-image-header-scroll-view": "^0.8.2",
    "react-native-keyboard-aware-scroll-view": "^0.5.0",
    "react-native-loading-spinner-overlay": "^0.5.2",
    "react-native-snap-carousel": "^3.7.0",
    "react-navigation": "^2.0.2",
    "react-redux": "^5.0.7",
    "redux": "^4.0.0",
    "redux-thunk": "^2.2.0"
  }

Any help or recommendations? Thanks in advance!

Bump, any help here? :slight_smile:

Have you tried running it with production settings / minification (under the gear icon)? That will let you test something that is closer to the published version

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.