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

Add keyboardAvoidingView. Fixes #8 #72

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Add keyboardAvoidingView. Fixes #8 #72

merged 2 commits into from
Jun 19, 2023

Conversation

KKA11010
Copy link
Collaborator

Update the sections where keyboard was hiding the text inputs and buttons. Fixes #8

@KKA11010 KKA11010 added the bug Something isn't working label Jun 17, 2023
@KKA11010 KKA11010 added this to the First Beta Release milestone Jun 17, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2023

Codecov Report

Patch coverage: 33.33% and project coverage change: -0.01 ⚠️

Comparison is base (b1a2817) 23.09% compared to head (88a1c4b) 23.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
- Coverage   23.09%   23.08%   -0.01%     
==========================================
  Files          85       85              
  Lines        3005     3006       +1     
  Branches      809      811       +2     
==========================================
  Hits          694      694              
- Misses       2246     2247       +1     
  Partials       65       65              
Impacted Files Coverage Δ
src/components/InvoiceAmount.tsx 0.00% <0.00%> (ø)
src/components/screens/Addressbook/Contact.tsx 0.00% <ø> (ø)
src/components/screens/Lightning/payInvoice.tsx 0.00% <0.00%> (ø)
src/components/modal/index.tsx 56.52% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BilligsterUser BilligsterUser merged commit 5e61135 into main Jun 19, 2023
@BilligsterUser BilligsterUser deleted the fix branch June 19, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autofocused numeric textinputs on IOS hides the action buttons and cant be dismissed
3 participants