diff --git a/App.tsx b/App.tsx index 1d6f98f..118f624 100644 --- a/App.tsx +++ b/App.tsx @@ -15,6 +15,7 @@ import {withTranslation} from 'react-i18next'; // import ConfirmHcaptcha from '@hcaptcha/react-native-hcaptcha'; import notifee, {EventType} from '@notifee/react-native'; import AsyncStorage from '@react-native-async-storage/async-storage'; +import Clipboard from '@react-native-clipboard/clipboard'; import {GestureHandlerRootView} from 'react-native-gesture-handler'; import MaterialIcon from 'react-native-vector-icons/MaterialIcons'; import SideMenuBase from '@rexovolt/react-native-side-menu'; @@ -606,11 +607,9 @@ function ErrorMessage({ }) { console.error(`[APP] Uncaught error: ${error}`); return ( - <> + We made a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this! {'>w<\n\n'} - + On a more serious note, please let us know that you experienced the + following error: + + + {error.toString()} - + + - + ); }