Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function YearPickerModal({isVisible, years, currentYear = new Date().getFullYear
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
shouldHandleNavigationBack

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change caused the issue "The date picker is reloaded after selecting a year while enabling wallet". We have applied the fix here #70395

>
<ScreenWrapper
style={[styles.pb0]}
Expand Down