Код: Выделить всё
const CommentCreation = React.forwardRef((props, ref) => {
return (
props.setMessage(val)}
autoFocus={false}
multiline={true}
returnKeyType={'next'}
placeholder={'Enter Your Comment'}
numberOfLines={5}
replyBool={props.replyBool}
/>
{props.addComment(); Keyboard.dismiss()} : null}
>
)
})

Я попробовали клавиатуруShouldPersistTaps="handled" и ее варианты в сочетании с ScrollView в дополнение к View и замене View. Я пробовал их на всех уровнях дерева. Я в растерянности, любая помощь очень ценится!
Подробнее здесь: https://stackoverflow.com/questions/742 ... ess-it-rea