Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Madal not respond to KeyboardAvoidingView #42

Closed
PawelGIX opened this issue Oct 5, 2023 · 2 comments
Closed

Madal not respond to KeyboardAvoidingView #42

PawelGIX opened this issue Oct 5, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PawelGIX
Copy link

PawelGIX commented Oct 5, 2023

Modal window is not keyboard aware.
I'm using
However, the modal does not seem to respond to it.
simulator_screenshot_31098485-1C7C-41BB-AC1B-AA6CB419C5EC
image

@srivastavaanurag79 srivastavaanurag79 added the enhancement New feature or request label Oct 6, 2023
@srivastavaanurag79
Copy link
Owner

will let you know when fixed

@srivastavaanurag79 srivastavaanurag79 added the help wanted Extra attention is needed label Jan 5, 2024
@srivastavaanurag79
Copy link
Owner

To make the React Native Paper Modal window keyboard-aware, you can use the react-native-keyboard-aware-scroll-view library in combination with the KeyboardAvoidingView

<KeyboardAwareScrollView
            contentContainerStyle={{ flex: 1 }}
            extraScrollHeight={Platform.select({ ios: 20, android: 20 })}
            enableOnAndroid
          >

Repository owner locked and limited conversation to collaborators Jan 6, 2024
@srivastavaanurag79 srivastavaanurag79 converted this issue into discussion #51 Jan 6, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants