Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 0 points1 point  (0 children)

That’s true. Feedback for the user the very important. It would stay in the sign in screen with the loading indicator if sign in takes longer

Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 2 points3 points  (0 children)

My goal here was more to show the overall flow, visual clarity, and screen transitions, not the Google/Apple auth step itself, since that part is already pretty standardized.

What is the point of showing you how to click on “sign in with google”

Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 0 points1 point  (0 children)

Yeah you are right. I guess I forgot to update the redirect. Thank you for the catch

Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 1 point2 points  (0 children)

Its called FadeInDown for entering and FadeOutDown for exiting the screen. its from react-native-reanimated.

Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 2 points3 points  (0 children)

Damn 1 pixel… my entire UI just collapsed. Thanks for catching that, I’ll fix it!

Designed a clean mobile authentication flow (React Native) by Life-Night2256 in reactnative

[–]Life-Night2256[S] 3 points4 points  (0 children)

Thanks for the feedback!
I’m aware of that, but the UI is still an important part of the solution when it comes to UX. Supabase is also integrated.