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
--- Issue
Now on Update of comment [state] keyboard takes new reference and in Korean it is considering each as different which leads to wrong input so how to update this.
The text was updated successfully, but these errors were encountered:
<BottomSheetModal
ref={bottomSheetModalRef}
index={1}
style={{ flex: 1 }}
enableDismissOnClose={true}
keyboardBehavior={Platform.OS === "ios" && "extend"}
enablePanDownToClose={true}
android_keyboardInputMode="adjustResize"
handleIndicatorStyle={{ backgroundColor: colors.lighterGray }}
handleStyle={{
backgroundColor: colors.background,
borderTopLeftRadius: 12,
borderTopRightRadius: 12,
}}
snapPoints={snapPoints}
onDismiss={onDismiss}
overDragResistanceFactor={0.5}
onChange={(index) => (index == 0 ? dismiss() : null)}
backdropComponent={renderBackdrop}
><BottomSheetTextInput
value={currentCommentText}
autoFocus
onChangeText={(text) => updateCurrentCommentText(text)}
style={{
fontSize: fontSize.small,
width: "81%",
color: colors.primary,
marginLeft: 8,
fontFamily: fonts.regular,
}}
keyboardAppearance="default"
placeholder={CommonStrings.writeComment}
/>
--- Issue
Now on Update of comment [state] keyboard takes new reference and in Korean it is considering each as different which leads to wrong input so how to update this.
The text was updated successfully, but these errors were encountered: