react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary Aims to fix - https://github.com/facebook/react-native/issues/30977 This PR adds accessibilityRole, accessibilityCollectionItemInfo, accessibilityCollectionInfo APIs to FlatList which enables TalkBack announcements when a list is scrolled or focused. ## Changelog [Android]...
## Description Collections on Android have a CollectionInfo property which defines the size of the entire collection, and whether those elements are in rows, columns, or both. This information will...
## Description Position in Collection not supported by VirtualizedList. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work...
## Description Position in Collection not supported by SectionList. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work...
## Description Position in Collection not supported by Flatlist. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work...
## Description Position in Collection not supported by ScrollView. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work...
## Requires API Proposal This issue may require a new API, or a change to an existing API. An API proposal should be added and discussed before proceeding with implementation....
Summary: As AGP 7.4 is reaching it's stable status, let's move from beta05 to rc01. That's needed for the sake of RN 0.71 Changelog: [Internal] [Changed] - Bump AGP from...
## Description The `style` below correctly resizes the image. However, it takes up the space of the original image and the resized image is center aligned. I've added the `backgroundColor`...
### Description ### Version 0.69.7 ### Output of `npx react-native info` System: OS: macOS 13.0.1 CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz Memory: 100.05 MB / 16.00 GB...