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 We found a bug with the way that onHoverIn and...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When opening a Modal that includes a ScrollView or a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue The scrollEnabled prop on a scrollview does not work when...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request For our electron app on Windows, we need access to the...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request #### a concise description of the request Supports setting the focus...
## Details Extend `ImageLoader` functionality to be able to work with image sources containing headers We preserve the existing strategy that works with `image.src` for cases where `source` is just...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When we're (repeatedly) adding the same image on screen there's...
## Description This PR fixes some subtle inconsistencies around image caching and rendering the same image multiple times Fixes #2492 ## Test Strategy Created a sandbox sample from the pull...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request ## Reason for Feature Request When focusing a text input on...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using [react-native-draglist](https://github.com/fivecar/react-native-draglist), a stripped version of react-native-draggable-flatlist. It works...