You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { StyleSheet, Text, View } from 'react-native';
export default class App extends React.Component {
render() {
return (
<View style={styles.container}>
<Text>Hello from an Expo PWA served from AWS Amplify! Just push your changes to GitHub and Amplify will deploy them to production. Check out the <a href="https://github.com/expo/amplify-demo">GitHub repo</a>.</Text>