react-native-community / releases

React Native releases
https://github.com/facebook/react-native/
1.5k stars 405 forks source link

Add `removeClippedSubviews` Android change #107

Closed jeremy-deutsch closed 5 years ago

jeremy-deutsch commented 5 years ago

Having removeClippedSubviews default to true on Android affects FlatLists that use offscreen content, for example to animate it in on a swipe. This makes this change significant enough to end up in the changelog.

kelset commented 5 years ago

Nice catch, thanks!