react-native-web
react-native-web copied to clipboard
Cross-platform React UI packages
Proposition for fixing issue Nested inverted `Flatlist is not scrollable` #2771 PR handles propagation by checking the X and Y delta and executes `preventDefault()` if the bigger delta is in...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the issue Problem: When nesting a horizontal FlatList inside a vertical inverted...
Mirror `React.createElement(component, props, ...children)` as close as possible without breaking current implementation of `unstable_createElement`. This provides a way forward for passing children via the rest parameter, which allows a variable...
Hey @necolas, I noticed after I updated my phone to iOS 18.3 that some avatar images stopped loading for me in the account switcher in x.com, most likely a webkit...
Fixes #2749. 1. Simplified `getSize` implementation, so that there is no possibility for infinite timers. 2. Added handling of decoding failure. 3. Added unit tests for `getSize`.
Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 14.2.15. Commits 737c29e v14.2.15 1c8234e backport: [i18n] Routing fix #70761 (#70976) bb3f580 fix: Do not omit alt on getImgProps return type, ImgProps (#70818) cb8113b fix(next/image):...
tentative fix for #2732
Fixed the flickering issue in the Image component when redrawing or resetting the backgroundSize. problem: https://github.com/user-attachments/assets/aa5f3a59-0c0f-43cd-863e-52fa1b964f05
### Is there an existing request? - [x] I have searched for this request ### Describe the feature request I have below component , which is initially 48px height and...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the issue When upgrading react-native-web 0.18.12 -> 0.19.13, it seems like this...