Skip to content

feat(Overlay): add KeyboardAvoidingView - #3453

Merged
arpitBhalla merged 12 commits into
react-native-elements:nextfrom
kedar09:overlay_ios_KeyboardAvoidingView
Nov 3, 2022
Merged

feat(Overlay): add KeyboardAvoidingView#3453
arpitBhalla merged 12 commits into
react-native-elements:nextfrom
kedar09:overlay_ios_KeyboardAvoidingView

Conversation

@kedar09

@kedar09 kedar09 commented Apr 11, 2022

Copy link
Copy Markdown
Contributor

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

codecov Bot commented Apr 11, 2022

Copy link
Copy Markdown

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
Copy Markdown
Member

@kedar09 did you tested it for iOS too?

@kedar09

kedar09 commented May 21, 2022

Copy link
Copy Markdown
Contributor Author

@kedar09 did you tested it for iOS too?

yes I have tested on iOS and android

Comment thread packages/base/src/Overlay/Overlay.tsx Outdated
testID="RNE__Overlay__Container"
style={styles.container}
pointerEvents="box-none"
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}

Copy link
Copy Markdown
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.

2 participants