-
With the release of 0.67 React-Native is bumping to Gradle 7.2. Is detox currently compatible with this version of Gradle? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@iMaupin I'm not sure if I understand your question, but I'll still try to answer (please tell me if it still does not answer your question). 😅 Since RN v.67 is compatible with this version of Gradle, your project should be compatible with this Gradle version (if you're using RN v.67). Our example / test project is running with Gradle v6.9 and we'll probably keep it after we'll upgrade its RN version from CI related reasons, but this will not affect your project. |
Beta Was this translation helpful? Give feedback.
@iMaupin I'm not sure if I understand your question, but I'll still try to answer (please tell me if it still does not answer your question). 😅
Since RN v.67 is compatible with this version of Gradle, your project should be compatible with this Gradle version (if you're using RN v.67).
Detox' Gradle version is untied with the version of RN since it does not depend on it, so you should be able to execute Detox on RN v.67 projects, with Gradle v7.2.
Our example / test project is running with Gradle v6.9 and we'll probably keep it after we'll upgrade its RN version from CI related reasons, but this will not affect your project.