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