UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

10 lines • 356 B
import { defaultStr } from "$cutils"; import { getCurrentURI,getNativeMobileAppURI } from "$cutils/uri"; export default function getCallbackUrl (url){ let cUrl = undefined; if (typeof window !== 'undefined' && window) { cUrl = getCurrentURI(); } else {} url = defaultStr(url,cUrl); return getNativeMobileAppURI(url); }