expo-ads-admob
Advanced tools
Comparing version 5.0.0-rc.0 to 5.0.0
@@ -59,2 +59,9 @@ import PropTypes from 'prop-types'; | ||
shouldRasterizeIOS?: PropTypes.Validator<boolean | undefined> | undefined; | ||
isTVSelectable?: PropTypes.Validator<boolean | undefined> | undefined; | ||
hasTVPreferredFocus?: PropTypes.Validator<boolean | undefined> | undefined; | ||
tvParallaxProperties?: PropTypes.Validator<import("react-native").TVParallaxProperties | undefined> | undefined; | ||
tvParallaxShiftDistanceX?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxShiftDistanceY?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxTiltAngle?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxMagnification?: PropTypes.Validator<number | undefined> | undefined; | ||
onStartShouldSetResponder?: PropTypes.Validator<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined; | ||
@@ -61,0 +68,0 @@ onMoveShouldSetResponder?: PropTypes.Validator<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined; |
@@ -63,2 +63,9 @@ import PropTypes from 'prop-types'; | ||
shouldRasterizeIOS?: PropTypes.Validator<boolean | undefined> | undefined; | ||
isTVSelectable?: PropTypes.Validator<boolean | undefined> | undefined; | ||
hasTVPreferredFocus?: PropTypes.Validator<boolean | undefined> | undefined; | ||
tvParallaxProperties?: PropTypes.Validator<import("react-native").TVParallaxProperties | undefined> | undefined; | ||
tvParallaxShiftDistanceX?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxShiftDistanceY?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxTiltAngle?: PropTypes.Validator<number | undefined> | undefined; | ||
tvParallaxMagnification?: PropTypes.Validator<number | undefined> | undefined; | ||
onStartShouldSetResponder?: PropTypes.Validator<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined; | ||
@@ -65,0 +72,0 @@ onMoveShouldSetResponder?: PropTypes.Validator<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined; |
{ | ||
"name": "expo-ads-admob", | ||
"version": "5.0.0-rc.0", | ||
"version": "5.0.0", | ||
"description": "Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-google-admob", | ||
@@ -44,3 +44,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "211a7a3ce4007e7aa10ccf6efac4b5333ec31d0a" | ||
"gitHead": "9119d190fbbf9f6a7a9c116e068d240e60e441fc" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1077
0
138043
79