imnapo / react-native-cn-quill

Quill rich-text editor for react-native
MIT License
190 stars 75 forks source link

How to dynamically assign a container height based on content. #43

Closed Nilesh8451 closed 3 years ago

Nilesh8451 commented 3 years ago

Can anyone tell me how to assign the container height based on the content of html. Because of fixed height it not looking nice and also not scrolling. It's very hard scrolling

For me I want height container should change dynamically I assign html content. When I scroll it should scroll whole screen not container

FabianMeul commented 3 years ago

Hey @Nilesh8451

I added this feature in https://github.com/imnapo/react-native-cn-quill/pull/66.