import {Avatar, Dialog, Portal, useTheme} from "react-native-paper"; import React from "react"; const theme = useTheme(); const Broken = () => { return ( The Internet is a Series of Tubes ); }; export default Broken;