react-native-web
react-native-web copied to clipboard
Cross-platform React UI packages
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Iam serving my React Native web website in Webview. https://i.stack.imgur.com/aPcNT.png...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue `accessibilityRole="search"` and `role="search"` should both map to HTML element ``....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue There's a box-none value in RN web but currently it's...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using `react-native-web` in a project targeting a web environment...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using `react-native-web` in a project targeting a web environment...
### Details Fixes https://github.com/necolas/react-native-web/issues/2582. On mobile Web, multiline `Text`'s clipped part can be scrolled into view by dragging selection cursor. This PR blocks scrolling entirely, through any mechanism, over overflown...
### Details Fixes https://github.com/necolas/react-native-web/issues/2598. Passive event warning `[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event` appears when using `VirtualizedList`. Happens on Chrome 51 or later which support passive...
Fix https://github.com/necolas/react-native-web/issues/2596 Add `name` to the list of forwarded props. This is important to have `input` element be compatible with standards: - `FormData` web standard ([doc](https://developer.mozilla.org/en-US/docs/Web/API/FormData)) - new React `useFormStatus`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Passive event warning `[Violation] Added non-passive event listener to a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue The TextInput component in react native has a textAlign prop...