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