Skip to content

Commit

Permalink
fix: Pass locale down to MonthView
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Mar 5, 2022
1 parent f681bfa commit f795bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Expand Up @@ -315,6 +315,7 @@ export const DatePickerComponent: React.FC<DatePickerProps> = ({
setScrollToTopTrigger={(trigger) => {
monthScrollToTopTriggerRef.current = trigger;
}}
locale={locale}
/>
</Animated.View>
</SafeAreaView>
Expand Down

0 comments on commit f795bb7

Please sign in to comment.