Posts by Leonardo Arruda • 41 points
2 posts
-
0
votes1
answer30
viewsA: React-Native expo how to generate a redirect url with Authsession.startAsync({ authUrl})
You need to run the App in Tunnel mode! Then take a look at your terminal... If this does not work you will need to drop the Expo CLI by running the following command: expo logout…
-
4
votes1
answer119
viewsQ: Error: in Builder cannot be Applied
I’m developing a simple calculator. I am checking if one of the fields is null open a Alertdialog, however I am with the error in Builder cannot be Applied, no this do Alertdialog.Builder. Can…