Skip to content

Commit

Permalink
Update react-native-picker-select package
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Jan 3, 2024
1 parent c109f36 commit cd7c599
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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 @@ -147,7 +147,7 @@
"react-native-pdf": "^6.7.3",
"react-native-performance": "^5.1.0",
"react-native-permissions": "^3.9.3",
"react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#0d15d4618f58e99c1261921111e68ee85bb3c2a8",
"react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#7a407cd4174d9838a944c1c2e1cb4a9737ac69c5",
"react-native-plaid-link-sdk": "10.8.0",
"react-native-qrcode-svg": "^6.2.0",
"react-native-quick-sqlite": "^8.0.0-beta.2",
Expand Down
1 change: 0 additions & 1 deletion src/components/ScreenWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ function ScreenWrapper(
enabled={shouldEnableKeyboardAvoidingView}
>
<PickerAvoidingView
// @ts-expect-error Remove once react-native-picker-select is updated
style={styles.flex1}
enabled={shouldEnablePickerAvoiding}
>
Expand Down

0 comments on commit cd7c599

Please sign in to comment.