mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
first setup
This commit is contained in:
@@ -13,7 +13,6 @@ export function ExternalLink(
|
||||
target: '_blank',
|
||||
}}
|
||||
{...props}
|
||||
// @ts-expect-error: External URLs are not typed.
|
||||
href={props.href}
|
||||
onPress={(e) => {
|
||||
if (Platform.OS !== 'web') {
|
||||
|
Reference in New Issue
Block a user