react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

Cross-platform React UI packages

Results 230 react-native-web issues
Sort by recently updated
recently updated
newest added

### 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...

bug
needs: issue template

### 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 ``....

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug