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

fix: lifting action section #2966

Merged
merged 3 commits into from
Jan 5, 2024
Merged

Conversation

banklesss
Copy link
Contributor

@banklesss banklesss commented Jan 4, 2024

Related to YOMO-913

@banklesss banklesss requested a review from jorbuedo January 4, 2024 18:01
@banklesss banklesss requested a review from SorinC6 January 4, 2024 18:01
@@ -54,73 +54,69 @@ export const DelegationConfirmation = () => {

return (
<View style={styles.container}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it a screen? if it is it should be wrapped within SafeAreaView.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this is the issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just checking and unfortunately the issue still persists

Copy link
Contributor Author

@banklesss banklesss Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also I tested using paddings instead of margins

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that the button stays behind the keyboard until you click to edit the input. When you start editing, the button goes into place.

I tried to force the focus but it didn't work either.

</Actions>

{/* hack to fix weird KeyboardAvoidingView bug in THIS SCREEN */}
{Platform.OS === 'ios' && <KeyboardSpacer />}
Copy link
Member

@stackchain stackchain Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should start using View.onLayout (thinking out loud, ignore it for now)

@banklesss banklesss assigned banklesss and unassigned banklesss Jan 5, 2024
@stackchain stackchain added this to the 4.25.0 milestone Jan 5, 2024
@stackchain stackchain changed the title fix: lifting missing buttons fix: lifting action section Jan 5, 2024
@stackchain stackchain force-pushed the fix/missing-ios-button-lift branch from 815e8ce to 3c558df Compare January 5, 2024 10:55
@stackchain stackchain merged commit a4c060f into develop Jan 5, 2024
2 checks passed
SorinC6 pushed a commit that referenced this pull request Jan 9, 2024
@stackchain stackchain deleted the fix/missing-ios-button-lift branch February 6, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants