forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing container View in renderItem callback
facebook@4c3182a The accessibilityCollectionItem is available in the parameter item.accessibilityCollectionItem As in the below rn-tester example, the collectionItem is set as follows ```jsx <View importantForAccessibility="yes" accessibilityCollectionItem={item.accessibilityCollectionItem}> <Item /> </View> ```
- Loading branch information
1 parent
fb795ad
commit 1a98f56
Showing
3 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters