Alexander Nazarov
Alexander Nazarov
@spolu, in vimdiff mode buffers are basically the same as in normal, so #52 will not help.
Thanks for issue and sorry for delayed reply. Looks like this issue still exists in `0.13.0` but overflowing text is not visible.
Thanks for issue and sorry for delayed reply. Described rendering problems are related to `PureComponent` usage, as `Dropdown` itself and `TextField` are based on them. I will implement something like...
Thanks for issue and sorry for delayed reply. I've refactored `MaterialIndicator` in recent release and implemented animation state restoration on resume. The next big thing to do for this component...
Thanks for feature request, no quick solution here. I'll try to find one for next major release.
@AlertColby thank you for question, `topScroll` crash is related to facebook/react-native#16522 and probably will be fixed in next major RN release. However previous releases should not be affected and you...
Thanks for question, that's a really challenging task! After some experiments I can tell that this is possible out of the box (even in example project): 1. `` for `Pages`...