jest-expo 52.0.0-preview.3 → 52.0.0-preview.4

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": "52.0.0-preview.3",
3
+ "version": "52.0.0-preview.4",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -59,5 +59,5 @@
59
59
  "expo": "*",
60
60
  "react-native": "*"
61
61
  },
62
- "gitHead": "1f7a56b5a5bcef23ac6e55b16db53077f6a4065c"
62
+ "gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b"
63
63
  }
@@ -639,6 +639,8 @@ module.exports = {
639
639
  { name: 'hideAsync', argumentsCount: 0, key: 0 },
640
640
  { name: 'hide', argumentsCount: 0, key: 0 },
641
641
  { name: 'preventAutoHideAsync', argumentsCount: 0, key: 1 },
642
+ { name: 'internalPreventAutoHideAsync', argumentsCount: 0, key: 1 },
643
+ { name: 'internalMaybeHideAsync', argumentsCount: 0, key: 1 },
642
644
  ],
643
645
  ExpoSQLite: [
644
646
  { name: 'close', argumentsCount: 1, key: 'close' },