Skip to content

Conversation

@antsgar
Copy link
Contributor

@antsgar antsgar commented Jul 17, 2025

No description provided.

@antsgar antsgar requested a review from amanharwara July 17, 2025 15:22
"android-dev": "react-native run-android --mode devDebug --appIdSuffix dev",
"android-prod-debug": "react-native run-android --variant prodDebug",
"android-prod-release": "yarn run android:bundle && react-native run-android --variant prodRelease",
"android-prod-debug": "react-native run-android --mode prodDebug",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelated change, the --variant option doesn't work anymore

Comment on lines +17 to +19
if (event === ReactNativeToWebEvent.KeyboardWillShow || event === ReactNativeToWebEvent.KeyboardDidShow) {
setIsKeyboardVisible(true)
} else if (event === ReactNativeToWebEvent.KeyboardWillHide) {
} else if (event === ReactNativeToWebEvent.KeyboardWillHide || event === ReactNativeToWebEvent.KeyboardDidHide) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The change to which events determine the keyboard visibility from the last PR seem to have affected the keyboard visibility detection for Android, so adding back the previous events so it works for both platforms

@antsgar antsgar merged commit c52030a into main Jul 18, 2025
4 checks passed
@antsgar antsgar deleted the fix/remove-extra-bottom-padding-on-android branch July 18, 2025 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants