UNPKG

357 BJavaScriptView Raw
1import * as React from 'react';
2import { Text, View } from 'react-native';
3export default class PublisherBanner extends React.Component {
4 render() {
5 return (React.createElement(View, null,
6 React.createElement(Text, null, "PublisherBanner component not supported on the web")));
7 }
8}
9//# sourceMappingURL=PublisherBanner.web.js.map
\No newline at end of file