UNPKG

263 BJavaScriptView Raw
1import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';
2export default {
3 get name() {
4 return 'ExpoAppAuth';
5 },
6 get OAuthRedirect() {
7 return canUseDOM ? window.location.href : '';
8 },
9};
10//# sourceMappingURL=ExpoAppAuth.web.js.map
\No newline at end of file