import React, { Component } from 'react'; import logo from './logo.svg'; import { Image, StyleSheet, Text, View } from 'react-native'; const Link = (props) => <Text {...props} accessibilityRole="link" style={StyleSheet.compose(styles.link, props.style)} /> class App extends Component { render() { return ( <View style={styles.app}> <View style={styles.header}> <Image accessibilityLabel="React logo"