DrRefactor
DrRefactor
**The problem** Please see: https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action#accessibility_concerns Disabling scroll on some ScrollView should not prevent ALL touch actions in this area. Currently it prevents: - zoom - wrapping scrollview's scroll (when parent...
### Description `useSharedValue` causes memory leak when component is rendered. I managed to create really simple minimal reproduction of a component that renders often and uses `useSharedValue` hook(s). The more...
## Summary: There's no way to implement: 1. Custom text parent. Both Fabric and old renderers explicitely disallow this. 2. Extension of RCTText, e.g. as an Android native module. My...
## Summary: Android TextView native implementation clips oversized font glyphs due to padding box clipping. This can be found in TextView sources: https://android.googlesource.com/platform/frameworks/base/+/jb-mr0-release/core/java/android/widget/TextView.java#4852 https://android.googlesource.com/platform/frameworks/base/+/jb-mr0-release/core/java/android/widget/TextView.java#4838 This causes dense fonts to be...
# Summary When in RTL, vertical pager view is scrolling backwards. This is unwanted behavior (only horizontal axis should be inverted in RTL). ## Test Plan Test LTR & RTL...