jest-expo 43.0.0-beta.0 → 43.0.0-beta.1

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": "43.0.0-beta.0",
3
+ "version": "43.0.0-beta.1",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src",
@@ -45,5 +45,5 @@
45
45
  "url": "https://github.com/expo/expo/issues"
46
46
  },
47
47
  "homepage": "https://github.com/expo/expo/tree/master/packages/jest-expo",
48
- "gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
48
+ "gitHead": "dcb45fc798298943f13c091d30e2846bdc25089b"
49
49
  }
@@ -342,7 +342,6 @@ module.exports = {
342
342
  { key: 0, argumentsCount: 1, name: 'activate' },
343
343
  { key: 1, argumentsCount: 1, name: 'deactivate' },
344
344
  ],
345
- ExpoLinearGradient: [],
346
345
  ExpoLinearGradientManager: [],
347
346
  ExpoLocalAuthentication: [
348
347
  { key: 0, argumentsCount: 0, name: 'supportedAuthenticationTypesAsync' },
@@ -1013,7 +1012,6 @@ module.exports = {
1013
1012
  'ExpoBarCodeScannerView',
1014
1013
  'ExpoBlurView',
1015
1014
  'ExpoLinearGradient',
1016
- 'ExpoLinearGradient',
1017
1015
  'ExpoVideoView',
1018
1016
  'ExponentCamera',
1019
1017
  'ExponentGLView',