Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"react-native-pager-view": "8.0.0",
"react-native-pdf": "7.0.2",
"react-native-permissions": "^5.4.0",
"react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#07d60d78d4772d47afd7a744940fc6b6d1881806",
"react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#acf8e54",
"react-native-plaid-link-sdk": "12.5.3",
"react-native-qrcode-svg": "6.3.21",
"react-native-reanimated": "4.2.1",
Expand Down
7 changes: 0 additions & 7 deletions src/components/Picker/BasePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,10 @@ function BasePicker<TPickerValue>({
onClose={disableHighlight}
textInputProps={{
allowFontScaling: false,
importantForAccessibility: 'no-hide-descendants',
}}
touchableDoneProps={{
accessibilityRole: CONST.ROLE.BUTTON,
}}
touchableWrapperProps={{
accessible: true,
accessibilityRole: CONST.ROLE.COMBOBOX,
accessibilityLabel,
accessibilityState: {disabled: isDisabled, expanded: isHighlighted},
}}
pickerProps={{
ref: picker,
tabIndex: pickerTabIndex,
Expand Down
Loading