jest-expo 53.0.0-preview.0 → 53.0.0-preview.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "53.0.0-preview.0",
3
+ "version": "53.0.0-preview.2",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -37,8 +37,8 @@
37
37
  "preset": "jest-expo/universal"
38
38
  },
39
39
  "dependencies": {
40
- "@expo/config": "~11.0.0",
41
- "@expo/json-file": "^9.1.0",
40
+ "@expo/config": "~11.0.2",
41
+ "@expo/json-file": "^9.1.1",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
44
44
  "babel-jest": "^29.2.1",
@@ -49,7 +49,7 @@
49
49
  "jest-watch-typeahead": "2.2.1",
50
50
  "json5": "^2.2.3",
51
51
  "lodash": "^4.17.19",
52
- "react-server-dom-webpack": "19.0.0-rc-6230622a1a-20240610",
52
+ "react-server-dom-webpack": "~19.0.0",
53
53
  "react-test-renderer": "19.0.0",
54
54
  "server-only": "^0.0.1",
55
55
  "stacktrace-js": "^2.0.2"
@@ -58,5 +58,5 @@
58
58
  "expo": "*",
59
59
  "react-native": "*"
60
60
  },
61
- "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
61
+ "gitHead": "dd2c7150fd75c56505aa6d3f805c14e255649c5d"
62
62
  }
@@ -555,7 +555,6 @@ module.exports = {
555
555
  { name: 'requestPermissionsAsync', argumentsCount: 1, key: 1 },
556
556
  ],
557
557
  ExpoNotificationPresenter: [
558
- { name: 'presentNotificationAsync', argumentsCount: 2, key: 0 },
559
558
  { name: 'dismissNotificationAsync', argumentsCount: 1, key: 1 },
560
559
  { name: 'getPresentedNotificationsAsync', argumentsCount: 0, key: 2 },
561
560
  { name: 'dismissAllNotificationsAsync', argumentsCount: 0, key: 3 },
@@ -1478,6 +1477,13 @@ module.exports = {
1478
1477
  stopLoading: { type: 'function', functionType: 'async' },
1479
1478
  },
1480
1479
  RNDateTimePickerManager: {},
1480
+ RNEdgeToEdge: {
1481
+ onColorSchemeChange: { type: 'function', functionType: 'sync' },
1482
+ setStatusBarStyle: { type: 'function', functionType: 'sync' },
1483
+ setNavigationBarStyle: { type: 'function', functionType: 'sync' },
1484
+ setStatusBarHidden: { type: 'function', functionType: 'sync' },
1485
+ setNavigationBarHidden: { type: 'function', functionType: 'sync' },
1486
+ },
1481
1487
  RNGestureHandlerButton: {},
1482
1488
  RNGestureHandlerModule: {
1483
1489
  addListener: { type: 'function', functionType: 'async' },