How do we install detox 7 by npm? Current version is still 6.0.4, but docs says that version 7 has support for Android Studio 3.0.
Any ETA of detox 7 ? https://github.com/wix/detox/pull/468#issuecomment-355973971 https://github.com/wix/detox/issues/501
Or is there a fix for detox 6 with Gradle 4.1 Android projects? I am facing the same issue as in https://github.com/wix/detox/issues/503 .
@fdnhkj I was able to get passed this by going into the build.gradle file from detox\android\detox
declare product flavors and add them to the new or old OKhttp definitions like so:
`flavorDimensions "minReactNative46"
productFlavors {
newOkhttp {
dimension "minReactNative46"
}
}`
well yeah, I did that as well, but in docs you can still find info that it's supported, but you cannot install it whatsoever. I'd rather use lib according to docs instead of modifying it ^^
[email protected] is out. Try it, give feedback please.
Still having some flavorDimensions gradle build issues.
I did something similar to @OisinOKeeffe but deleted anything to do with minReactNative44.
https://github.com/wix/detox/issues/515
@rotemmiz Should the newest version of detox work with android and Genymotion ?
"react-native": "0.51.0",
"detox": "^7.0.0-alpha.0",
"babel-jest": "^22.1.0",
"jest": "^22.1.0",
I got it working for iOS, but cannot work it out with android... Recreated all the steps from the tutorial.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions.
The issue has been closed for inactivity.