Expo crashes at any touch

Expo keeps stopping on android (device and emulator) after the first touch.

Have anyone seen this before?

My guts say it is related with react-navigation, but I’m not sure anymore since it happens with any touch, not only on the navigation assets.

Expo CLI 3.13.1 environment info:
System:
OS: macOS 10.15.1
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 13.7.0 - ~/.nvm/versions/node/v13.7.0/bin/node
Yarn: 1.21.1 - /usr/local/bin/yarn
npm: 6.13.6 - ~/.nvm/versions/node/v13.7.0/bin/npm
IDEs:
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
@types/react-native: ^0.60.15 => 0.60.31
expo: ^36.0.0 => 36.0.2
react: 16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz => 0.61.4
react-navigation: ^4.2.2 => 4.2.2

Got an answer from react-navigation. It is related to it but, for sure, not a bug from the lib.

check out this comment.

I’ve just removed the property sourceExts from app.json and it to back to normal.

1 Like