react-native-pager-view
react-native-pager-view copied to clipboard
After update, slide effect on the top tab not smooth, textInput problem on keyboard
after update version react-native-pager-view to 6.0.2, using RN 0.63.4
- @react-navigation/material-top-tabs, shifting slides between tabs looks untidy and not smooth, page not centered
- the keyboard on text input is interrupted
Hey Thank you for reporting an issue. Could you provide a repro and video of that issue ?
- click on text input https://user-images.githubusercontent.com/891930/199164736-b7ef3b8e-d6d8-4c14-bb00-b5fc7de5304f.mp4
- click tab 2
- click tab 3
- click tab 4
Problem solved. for keyboard and textInput.
Go to android/app/src/main/AndroidManifest.xml and change the following:
android:windowSoftInputMode="adjustResize"
to
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
rebuild android app.