Built App crashes, but on expo app everything is working

    System:
      OS: macOS 10.14.4
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 10.13.0 - /usr/local/bin/node
      Yarn: 1.15.2 - /usr/local/bin/yarn
      npm: 6.9.0 - /usr/local/bin/npm
    IDEs:
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^32.0.0 => 32.0.6 
      react: 16.5.0 => 16.5.0 
      react-native: https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz => 0.57.1 
      react-navigation: ^3.9.1 => 3.9.1 
    npmGlobalPackages:
      expo-cli: 2.18.3

these are my expo diagnostics. Does it have anything to do with react-navigation? Since on the first screen change the app just restarts. Any and all info would be greatly appreciated.

Hey @alekangelov,

What platform is the crash occurring on? Regardless, trying expo start --no-dev --minify can sometimes help illuminate errors or crashes that occur in a standalone environment.

Cheers,
Adam

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