Minimal replication of crash when running detox tests. Raised here
To replicate:
$ yarn
$ yarn test
Note that a crash does not occur if either
- you swap out the
ScrollView
in the Main component for aView
the test passes. - you remove the
waitFor
check in the test.