专注于文本输入会将底部工作表展开为全屏,如何在 Android 上避免这种情况?

Focusing on the text input will expand the bottom sheet to fullscreen, how to avoid this on Android?

提问人:AlmaG3st 提问时间:11/18/2023 更新时间:11/18/2023 访问量:9

问:

我使用 @gorhom/bottom-sheet,我在那里有 TextInput,在 Android 上专注于 textInput 将底部工作表扩展到全屏,尽管有足够的空间不展开。我怎样才能避免它?

<BottomSheetModal
    ref={bottomSheetModalRef}
    snapPoints={snapPoints}
    handleStyle={styles.handleStyle}
    enablePanDownToClose={false}
    backgroundStyle={styles.wrapper}
    onChange={onBottomSheetChanges}
>
Android ReactJS React-Native 键盘 底表

评论


答: 暂无答案