UNPKG

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