d4vidi

Results 285 comments of d4vidi

Yes you are right. My aim was to try to avoid spreading `if (isIos) device.launchApp({delete: true}) else device.clearData()` being implemented over and over out there.

This will be introduced indirectly via #2534

The error is very likely not related to Detox. Try this [reference](https://cafonsomota.medium.com/android-12-dont-forget-to-set-android-exported-on-your-activities-services-and-receivers-3bee33f37beb). Also, mind the current issues with Android 12 and 13 (SDK 32, 33): #3762

> This is caused by `android.test:core` < v1.4.0. > > Adding this to `android/app/build.gradle` fixes for me : > > ``` > configurations.all { > resolutionStrategy { > force 'androidx.test:core:1.5.0'...

> A workaround for me was to add this to app/build.gradle > > ``` > androidTestImplementation "androidx.test.ext:junit:1.1.3" > androidTestImplementation "androidx.fragment:fragment-testing:1.4.1" > androidTestImplementation "androidx.test:core:1.4.0" > ``` @krini have you tried the...

Closing this in favor of more recent upgrades (RN72 in Detox 20.17.0, RN73 in 20.18.1) Please report whichever issues accordingly 🙏 Sorry for the hassle, but it helps managing things...

Update: Getting there bit by bit. RN72 compat is almost done, will follow-up soon with both this and RN73.

> @asafkorem @d4vidi how hard is it for us to set up a global proxy server forwarding on a device? If we could find a good proxy implementation with some...