Fadi Khadra

Results 125 comments of Fadi Khadra

Hey @xsjcTony, not sure this is something that I would put in core. You can already implement such functionality. ```js const ids = [] // everytime you call toast, you...

@KubaChoice can you reproduce the issue on codesanbox or share a repository thank you

Hey @KubaChoice, you're right. `update` only works with active notification. I think I could address the following point in a future version as they make sense - update queued notifications...

Just tested the approach with github provider + expo go, it worked as well. It took me a bit of time to understand how to glue all the things together...

> Is there any way to Prompt.SelectAccount using this approach? @eifo I'm not familiar with `Prompt.SelectAccount`, do you have an example to share maybe? What are you trying to accomplish?

@eifo weird I don't have this issue, I'm able to select which account to use. https://user-images.githubusercontent.com/5574267/128074015-5c565ac8-8269-4934-aae2-63f4ab014740.MP4 I'm not using the `useAuthRequest` hook, don't know if this makes any difference.

Hey @10000multiplier, the example I provided above is what I use for third party login(github, google, etc...). For email authentication, I simply use the supabase client as follow: ```tsx supabase.auth.signIn(...

Hey @ sotarules, thanks for the detailed write-up. The library has not been updated for a while, lack of time, covid, new kids, etc... Anyway, I'm currently working on the...

Closing the issue, `onClose` and `onOpen` callback will be removed in the next major release

Closing as I think this should not be implemented in the core. Addons are welcome ofc