You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found strange behavior in iPhone 12 Pro.
It would be good for iPhone 8 (Touch ID model) but not work well for Face ID model.
iPhone 12 Pro
iPhone 8
I use KeyboardAccessoryNavigation and pass avoidKeyboard and inSafeAreaView as props.
Then, accessoryHeight in KeyboardAccessoryView will be 45 for both devices.
Hello,
I found strange behavior in iPhone 12 Pro.
It would be good for iPhone 8 (Touch ID model) but not work well for Face ID model.
iPhone 12 Pro
iPhone 8
I use
KeyboardAccessoryNavigation
and passavoidKeyboard
andinSafeAreaView
as props.Then,
accessoryHeight
inKeyboardAccessoryView
will be 45 for both devices.When I put an offset -30
to
visibleHeight` like, then it looks good for both iPhone 12 and iPhone 8.
Is there any solution that I don't need to fix the lib? 🙏
The text was updated successfully, but these errors were encountered: