diff --git a/mobile/App.js b/mobile/App.js index d2d5ffb..daf9ba2 100644 --- a/mobile/App.js +++ b/mobile/App.js @@ -8,6 +8,7 @@ import { Pressable, Text, Alert, + Dimensions, } from "react-native"; /* https://www.youtube.com/watch?v=v2R0DFXqaF0 @@ -15,7 +16,9 @@ https://www.youtube.com/watch?v=2hR-uWjBAgw */ export default function App() { const loginUser = () => { - Alert.alert("logged in", "Yes true"); + Platform.OS === "web" + ? alert("logged in", "Yes true") + : Alert.alert("logged in", "Yes true"); }; return ( @@ -24,9 +27,21 @@ export default function App() { + + Welcome To Notifire +