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

enhancement
project:react-native-web

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

priority: low
bug: react-native
project:react-native-web

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

priority: low
bug: react-native
project:react-native-web

Image.resolveAssetSource doesn't work correctly in RNW

project:react-native-web

**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:...

bug: react-native
project:react-native-web

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

needs: help
project:react-native-web

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

project:react-native-web

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

project:react-native-web

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

needs: issue template
project:react-native-web

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

bug: react-native
project:react-native-web