react-native-navigation 7.23.1-snapshot.280 → 7.23.1-snapshot.301

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.
@@ -27,14 +27,20 @@ steps:
27
27
  - "npm run test-e2e-android-multi -- --release --headless --verbose --ci"
28
28
  key: "android_build"
29
29
 
30
- - label: ":ios: iOS"
30
+ - label: ":ios: iOS - Unit"
31
31
  command:
32
32
  - "nvm install"
33
33
  - "npm install"
34
34
  - "npm run test-unit-ios -- --release"
35
+ key: "ios_unit"
36
+
37
+ - label: ":ios: iOS - E2E"
38
+ command:
39
+ - "nvm install"
40
+ - "npm install"
35
41
  - "npm run test-snapshot-ios -- --release"
36
42
  - "npm run test-e2e-ios -- --release --multi --ci"
37
- key: "ios_build"
43
+ key: "ios_e2e"
38
44
 
39
45
  - label: ":package: Publish"
40
46
  env:
@@ -45,4 +51,5 @@ steps:
45
51
  - "npm run release"
46
52
  depends_on:
47
53
  - "android_build"
48
- - "ios_build"
54
+ - "ios_unit"
55
+ - "ios_e2e"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.23.1-snapshot.280",
3
+ "version": "7.23.1-snapshot.301",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,
@@ -76,7 +76,7 @@
76
76
  "@react-native-community/netinfo": "^5.9.4",
77
77
  "@testing-library/jest-native": "^4.0.1",
78
78
  "@testing-library/react-native": "^7.2.0",
79
- "@types/detox": "16.4.1",
79
+ "@types/detox": "17.14.3",
80
80
  "@types/hoist-non-react-statics": "^3.0.1",
81
81
  "@types/jasmine": "3.5.10",
82
82
  "@types/jest": "26.0.3",
@@ -88,7 +88,7 @@
88
88
  "@typescript-eslint/parser": "3.3.0",
89
89
  "babel-jest": "26.1.0",
90
90
  "clang-format": "^1.4.0",
91
- "detox": "18.19.0",
91
+ "detox": "18.23.1",
92
92
  "eslint": "7.3.0",
93
93
  "eslint-config-prettier": "6.11.0",
94
94
  "eslint-plugin-prettier": "3.1.4",