react-native-navigation 7.35.1 → 7.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,9 +43,6 @@ android {
43
43
  unitTests.includeAndroidResources = true
44
44
  unitTests.all { t ->
45
45
  maxHeapSize = "4g"
46
- reports {
47
- html.enabled true
48
- }
49
46
  testLogging {
50
47
  events "PASSED", "SKIPPED", "FAILED"
51
48
  exceptionFormat TestExceptionFormat.FULL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.35.1",
3
+ "version": "7.35.2",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,