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

feat(Overlay): add KeyboardAvoidingView #3453

Conversation

kedar09
Copy link
Contributor

@kedar09 kedar09 commented Apr 11, 2022

Fixes # (issue)
This change were made in response to this issue : #2748

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Checked with example app

Checklist

  • My code follows the style guidelines of this project
  • My changes generate no new warnings

Additional context

In Overlay, KeyboardAvoidingView is not working in iOS.

@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #3453 (cafad51) into next (39f56fe) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next    #3453   +/-   ##
=======================================
  Coverage   79.40%   79.40%           
=======================================
  Files          87       87           
  Lines        1821     1821           
  Branches      812      812           
=======================================
  Hits         1446     1446           
  Misses        370      370           
  Partials        5        5           
Impacted Files Coverage Δ
packages/base/src/Overlay/Overlay.tsx 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@arpitBhalla
Copy link
Member

@kedar09 did you tested it for iOS too?

@kedar09
Copy link
Contributor Author

kedar09 commented May 21, 2022

@kedar09 did you tested it for iOS too?

yes I have tested on iOS and android

testID="RNE__Overlay__Container"
style={styles.container}
pointerEvents="box-none"
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
Copy link
Member

Choose a reason for hiding this comment

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

Can move outside (ideally in helpers folder)

tsukudabuddha added a commit to tsukudabuddha/CurrencyExchange that referenced this pull request Jun 6, 2022
@arpitBhalla arpitBhalla changed the title fix(Overlay) - added KeyboardAvoidingView featOverlay): add KeyboardAvoidingView Nov 3, 2022
@arpitBhalla arpitBhalla changed the title featOverlay): add KeyboardAvoidingView feat(Overlay): add KeyboardAvoidingView Nov 3, 2022
@arpitBhalla arpitBhalla merged commit 3418976 into react-native-elements:next Nov 3, 2022
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants