import * as React from 'react'; import { Text, View } from 'react-native'; export default class AdMobInterstitial extends React.Component { render() { return ( AdMobInterstitial component not supported on the web ); } }