Fork me on GitHub
#cljsrn
<
2020-10-20
>
thomas11:10:00

Hi, a slightly off topic question. I am working on a RN app (no CLJS at the moment) and I am trying to do an Oauth login, but somehow the redirect doesn't work. I'm also using Expo.

danielneal20:10:00

there's quite a few hoops you have to jump through to get the app to open deep/universal links

danielneal20:10:44

you need to put some stuff in the app.json

danielneal20:10:58

as well as some stuff on a website you own

danielneal20:10:22

.well-known/apple-app-site-association

danielneal20:10:47

I haven't done oauth, but this was the case with our Auth flow links