Cyberusgate app mobile
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Slot } from 'expo-router';
|
||||
|
||||
export default function Layout() {
|
||||
return <Slot />;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
import { WebView } from 'react-native-webview';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<WebView
|
||||
source={{ uri: 'https://cyberusgate.guillaume-sanchez.fr' }}
|
||||
style={{ flex: 1 }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user