import React, { Component } from "react"; import { Image, StyleSheet, Text, View } from "react-native"; import { Button } from "@ant-design/react-native"; const logoUri = `data:image/svg+xml;utf8,`; const Link = props => ( ); class App extends Component { render() { return ( React Native for Web This is an example of an app built with{" "} Create React App {" "} and{" "} React Native for Web To get started, edit{" "} src/App.js .