Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce motion on iOS 14 breaks KeyboardAvoidingView
With iOS 14 & Reduce Motion > Prefer Cross-Fade Transitions enabled, the keyboard position & height is reported differently (0 instead of Y position value matching height of frame). See: facebook#29974 (comment) This commit implements the fix mentioned in the link above.
- Loading branch information