Eric Rozell
Eric Rozell
Can be resolved once RNW pulls https://github.com/facebook/react-native/commit/e7a8d21df563e48e1812caace7fbe1f7cbc1c015 from upstream core RN
Back to draft - we'll have to think about how feasible this would be with background thread layout in Fabric. Immediate thoughts that come to mind is that there might...
It did not. Presumably some API will be needed for Fabric that doesn't depend on XAML, so we'll migrate to that once it's available. This can be closed if there's...
@chrisglein - up to you. We're going to have to start thinking about migration, but given our app has always been on the sqlite AsyncStorage, this won't be much of...
Personally, I prefer `inverted` to `internalAndroidApplyInvertedFix`. The main reason for this is that we need to pass `inverted` to the native ScrollView component for react-native-windows and react-native-macos anyway to implement...
I *think* this will also work for the inverted case on mobile platforms, since that just uses transform tricks to make the start of the list render at the bottom,...
I also wonder if you could build on @NickGerleman's render mask functionality to implement this. E.g., add a new event when a scroll anchor is selected and force an "island"...
Thanks @chiaramooney - I'll rebase and take another look at the failing integration test.
@chiaramooney I think all the tests should pass now. The latest failure looks like a flaky build issue.
@chiaramooney I've had terrible luck running the integration tests locally, not sure how to fix this.