UNPKG

expo-ads-admob

Version:

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

9 lines (8 loc) 484 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Plugin to add [`SKAdNetworkIdentifier`](https://developer.apple.com/documentation/storekit/skadnetwork/configuring_the_participating_apps)s to the Info.plist safely. Always keep in sync with `expo-facebook`. * * @param config * @param props.identifiers array of lowercase string ids to push to the `SKAdNetworkItems` array in the `Info.plist`. */ export declare const withSKAdNetworkIdentifiers: ConfigPlugin<string[]>;