jest-expo 53.0.0-preview.1 → 53.0.0-preview.3

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.1",
3
+ "version": "53.0.0-preview.3",
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.3",
41
+ "@expo/json-file": "^9.1.2",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
44
44
  "babel-jest": "^29.2.1",
@@ -58,5 +58,5 @@
58
58
  "expo": "*",
59
59
  "react-native": "*"
60
60
  },
61
- "gitHead": "2487c7aa9b5ef6a7052e82bbf9a53604c2ed273f"
61
+ "gitHead": "613bb93486a4ac15382e434eef9808f72b18043d"
62
62
  }
@@ -1477,6 +1477,13 @@ module.exports = {
1477
1477
  stopLoading: { type: 'function', functionType: 'async' },
1478
1478
  },
1479
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
+ },
1480
1487
  RNGestureHandlerButton: {},
1481
1488
  RNGestureHandlerModule: {
1482
1489
  addListener: { type: 'function', functionType: 'async' },