mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:03:26 +00:00
feat: play video via url
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import * as Linking from "expo-linking";
|
||||
import { Link, Stack } from "expo-router";
|
||||
import { Text, View } from "tamagui";
|
||||
|
||||
export default function NotFoundScreen() {
|
||||
if (Linking.useURL()) return null;
|
||||
return (
|
||||
<>
|
||||
<Stack.Screen options={{ title: "Oops!" }} />
|
||||
|
Reference in New Issue
Block a user