react-native-web
react-native-web copied to clipboard
Cross-platform React UI packages
**Is your feature request related to a problem? Please describe.** Pressable focus styles are applied when the element is focused with a mouse. This is not the UX we usually...
**The problem** Hi, we are using `onViewableItemsChanged` to do the impression tracking of items with `FlatList`, but we currently facing a problem with `FlatList` when `pagingEnabled` is true. If `pagingEnabled`...
**The problem** Occasionally (but not always) when using `FlatList`, `SectionList`, or other components based on `VirtualizedList` in order to display complex list items, the console will display a "Can't perform...
Image.resolveAssetSource doesn't work correctly in RNW
**The problem** Flatlist(VirtualizedList) has problem specific conditions in Web This list rendered the wrong range of index items, Sometimes It is rendered again constantly **How to reproduce** Simplified test case:...
**Is your feature request related to a problem? Please describe.** I have some code that needs to not trigger when an interaction handle is running (a click event listener). The...
**The problem** When the number of items in a `FlatList` exceeds the `windowSize`, as you scroll, it will render new items. For some reason on Chrome, this breaks lists with...
**The problem** The Image component reloads on each rerender. **How to reproduce** https://codesandbox.io/s/happy-mountain-i2eol?file=/src/App.js Steps to reproduce: 1. Add the Image tag to your component 2. Add the onLoad property to...
Found some flow issues with the latest flow exports: StatusBar should accept properties even if it doesn't use them: Cannot create StatusBar element because property barStyle is missing in function...
**The problem** Scrolling to index positions in lists (FlatList, SectionList, VirtualizedList) uses the wrong offset if the sizes of items before the wanted index have changed size. **How to reproduce**...