-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle pushing to starterpack screen when unauthed #4692
Conversation
Your Render PR Server URL is https://social-app-pr-4692.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cpv2gorgbbvc73a2tskg. |
|
ec882cb
to
72d21a1
Compare
80c6628
to
ccffd42
Compare
const {_} = useLingui() | ||
const {state, dispatch} = useSignupContext() | ||
|
||
useEffect(() => { | ||
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kind of a race condition, effects have no well-defined lifetime in RN right now so this call may align with some different paint. Can we move this closer to the setstate we actually want to animate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to leave for now and see per conversation.
No description provided.