UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (4 loc) 119 B
import * as Linking from 'expo-linking' export function openExternalURL(url: string): void { Linking.openURL(url) }