SergeyMild
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...
+ 1 same error
Still an issue on stock installs
I would be nice if you'll support virtualized list
When will be available?
@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)...