Igor Klemenski
Igor Klemenski
Updated issue description with the list of view managers we need to cover.
Plenty of tests for Text, other VMs to do listed in description.
Per https://reactnative.dev/docs/flatlist#inverted - the expected behaviour is that the direction of the scroll is reversed. Also, what do you mean be the list "renders entirely outside of its normal bounds"?...
Thanks for replying. Here's a screenshot from my PC for reference: 
Confirmed, I got the same behaviour as you playing with the React spec editor-demoer. Will investigate. Let me know if you can repro the rendering misplacement issue.
@xboxdavchi Can you confirm that this issue is only about the inverted scroll and that the out-of-bounds rendering problem is longer there?
We believe that the rendering error has been fixed in #4169. Can you upgrade your version of RN Windows or cherry-pick it onto your source version and see if it...
@xboxdavchi Do you have updates on the rendering part of the problem?
@xboxdavchi Do you have updates on your progress?
@davidpchi It looks like the fix on our end will require reimplementing the inversion - as long as the scaleY=-1 transform is passed to XAML under the hood, the scrolling...