SergeyMild

Results 26 comments of SergeyMild

> Hello, i have the same bug > > if my string starts from link for example `[google](https://google.com)` that link won't be parsed but if i put something before for...

I would be nice if you'll support virtualized list

@kkafar it doesn't work i scrollView changes it is own size ``` export const ScreenName: React.FC = () => { const [count, setCount] = useState(3) return ( {new Array(count).fill(null).map((_, index)...