import * as WebBrowser from 'expo-web-browser' import * as React from 'react' import { StyleSheet, View } from 'react-native' export default function LinksScreen() { return <View /> } const styles = StyleSheet.create({})