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
When using <KeyboardAwareScrollView> from react-native-ui-lib on Android (Expo SDK 52, React Native 0.76.6, RNUILib 7.20.3), the keyboard-aware behavior does not work: the view does not scroll to keep inputs visible, and inputs at the bottom remain hidden behind the keyboard.
Related to
Components
Demo
Docs
Typings
Steps to reproduce
Create a new Expo project (SDK 52).
Install [email protected] and its peer dependencies (react-native-gesture-handler, react-native-reanimated, react-native-safe-area-context).
Description
When using
<KeyboardAwareScrollView>
from react-native-ui-lib on Android (Expo SDK 52, React Native 0.76.6, RNUILib 7.20.3), the keyboard-aware behavior does not work: the view does not scroll to keep inputs visible, and inputs at the bottom remain hidden behind the keyboard.Related to
Steps to reproduce
Create a new Expo project (SDK 52).
Install
[email protected]
and its peer dependencies (react-native-gesture-handler
,react-native-reanimated
,react-native-safe-area-context
).In App.js, import and render:
Screenshots/Video
IMG_3201.MOV
Environment
Expo SDK: 52.0.24
React Native: 0.76.6
react-native-ui-lib: 7.20.3
react-native-gesture-handler: 2.x
react-native-reanimated: 3.x
react-native-safe-area-context: 4.x
Affected platforms
Android
The text was updated successfully, but these errors were encountered: