Skip to content

davidbiedenbach/RNClipVisibilityBugDemo

 
 

Repository files navigation

RNClipVisibilityBugDemo

A React-Native demo app that demonstrates RN Issue 23870.

And Bugfix PR #26334

Screenshots - Using React-Native Master

Views inside a ReactViewGroup do not report as clipped

BugScreen1

Views inside a ReactScrollView do not report as clipped

BugScreen2

Views inside a FlatList report clipping properly

BugScreen3

Views inside a ReactHorizontalScrollView do not report clipping properly

BugScreen4

Screenshots using RN PR #26334

Views inside a ReactViewGroup report clipping properly

FixScreen1

Views inside a ReactScrollView report clipping properly

FixScreen2

Views inside a FlatList still report clipping properly

FixScreen3

Views inside a ReactHorizontalScrollView report clipping properly

FixScreen4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.2%
  • Kotlin 31.5%
  • Java 21.4%
  • Python 10.9%