Nikita Shanin
Nikita Shanin
I am having the same issue, we have anonymouse users + phone auth and I am trying to `linkWithCredential` and if it returns "auth/credential-already-in-use" error I am doing `signInWithCredential` instead....
@mikehardy There is also my patch that I've posted earlier here, been running it ever since in production with 0 issues. The one that @kristfal posted appears to be more...
We have same requirement in our project. We have 3 sections and user should be able to drag items between them, since there is no draggable-section-list I've tried doing this...
I agree with @bitcrumb that this is an important feature. Native stack navigators is now the recommended way to go with React Navigation and all our projects use native modals...
What exactly needs to be done for rtl? Just mirror it? Unfortunately I have no idea of what is the correct solution here.
Same issue. It is intermittent, most of the time it works fine but sometimes it just sits in "loading" forever.
Hitting this issue as well, I had a transparent modal with nested stack and blur view working perfectly in v5. Now it is always a white background under blur.
@mikehardy I have just checked the source code for the latest version of auth and I think it is still an issue. (cant check because I cant use `use_frameworks`) Yes...
This issue is still not resolved. You still can't upgrade anonymous users using phone auth on Android. Still same issue: iOS is passing `authCredential` back after calling `linkWithCredential` while Android...
Not sure if it is exactly the same issue, or just reproduction steps are the same but I am getting crashes on reloads as well. No expo, RCT_NEW_ARCH_ENABLED=1. Sometimes it...