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
6 lines • 302 B
JavaScript
import * as React from 'react';
import { Text, View } from 'react-native';
const AdMobRewarded = () => (React.createElement(View, null,
React.createElement(Text, null, "AdMobRewarded component not supported on the web")));
export default AdMobRewarded;
//# sourceMappingURL=AdMobRewarded.web.js.map