Open AronBe opened 3 years ago
Hi @fschoenfeldt , first of all, many thanks for having a great working example for 42!
I wonder if you tried upgrading to SDK 43?
I tried 1) yarn global add expo-detox-cli && expotox clean-framework-cache && expotox build-framework-cache 2) yarn run e2e/misc/downloadExpoApp.sh
yarn global add expo-detox-cli && expotox clean-framework-cache && expotox build-framework-cache
yarn run e2e/misc/downloadExpoApp.sh
and it got me to the stage when the simulator installs Expo Go and upon opening it the Expo Go crashes, I wonder if it is a case for others too
It is crashing with SDK 42 as well :(
You can use the Expo config plugin for Detox https://github.com/expo/config-plugins/tree/master/packages/detox
Hi @fschoenfeldt , first of all, many thanks for having a great working example for 42!
I wonder if you tried upgrading to SDK 43?
I tried 1)
yarn global add expo-detox-cli && expotox clean-framework-cache && expotox build-framework-cache
2)yarn run e2e/misc/downloadExpoApp.sh
and it got me to the stage when the simulator installs Expo Go and upon opening it the Expo Go crashes, I wonder if it is a case for others too