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'm facing an issue where there's unexpected white space appearing above the keyboard when the keyboard opens inside a custom ActionSheet (react-native-actions-sheet). All of my content, including form fields, is rendered within the ActionSheet.
Even though I’ve wrapped the inner content with KeyboardAvoidingView and handled keyboardVerticalOffset, the keyboard doesn’t seem to push the content up correctly. As a result, a large empty space appears above the keyboard instead of adjusting the visible layout.