The detox tests broke for me after upgrading to Xcode 13.3. I fixed this by upgrading to detox 19.5.7 BUT that version explicitly doesn't support ReactNative 0.63 on Android.
Potential fixes would be to have a separate test driver for 0.63 on Android. Another would be to simply not test 0.63 on Android. Still another would be to drop support for 0.63, but I'm not ready for that. I'd advocate to merge this as-is and just not test 0.63 on Android for now.
Checklist
[ ] Detox tests pass
[ ] If this is a bugfix/feature, the changelog has been updated
The detox tests broke for me after upgrading to Xcode 13.3. I fixed this by upgrading to detox 19.5.7 BUT that version explicitly doesn't support ReactNative 0.63 on Android.
Potential fixes would be to have a separate test driver for 0.63 on Android. Another would be to simply not test 0.63 on Android. Still another would be to drop support for 0.63, but I'm not ready for that. I'd advocate to merge this as-is and just not test 0.63 on Android for now.
Checklist