UNPKG

one

Version:

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

7 lines (6 loc) 178 B
import * as Linking from "expo-linking"; function openExternalURL(url) { Linking.openURL(url); } export { openExternalURL }; //# sourceMappingURL=openExternalURL.native.js.map