Skip to content
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

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

haileyok
Copy link
Contributor

No description provided.

Copy link

render bot commented Jun 28, 2024

@haileyok haileyok changed the title hailey/signed-out-sp-push Handle pushing to starterpack screen when unauthed Jun 28, 2024
Copy link

github-actions bot commented Jun 28, 2024

Old size New size Diff
6.48 MB 6.48 MB 90 B (0.00%)

@haileyok haileyok force-pushed the hailey/signed-out-sp-push branch from ec882cb to 72d21a1 Compare June 28, 2024 04:21
@haileyok haileyok force-pushed the hailey/signed-out-sp-push branch from 80c6628 to ccffd42 Compare June 28, 2024 04:27
const {_} = useLingui()
const {state, dispatch} = useSignupContext()

useEffect(() => {
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@haileyok haileyok merged commit 8ebf9cc into main Jun 28, 2024
6 checks passed
@haileyok haileyok deleted the hailey/signed-out-sp-push branch September 2, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants