Skip to content

Instantly share code, notes, and snippets.

@gbarany
gbarany / react-native-paper-dates+0.8.4.patch
Created January 16, 2022 20:19
Unable to select any hours before noon when TimePickerModal is in 24-hour clock mode patch
diff --git a/node_modules/react-native-paper-dates/src/Time/AnalogClock.tsx b/node_modules/react-native-paper-dates/src/Time/AnalogClock.tsx
index 7cb0d5f..934b010 100644
--- a/node_modules/react-native-paper-dates/src/Time/AnalogClock.tsx
+++ b/node_modules/react-native-paper-dates/src/Time/AnalogClock.tsx
@@ -14,7 +14,10 @@ import {
getHourType,
getMinutes,
PossibleClockTypes,
+ getHourTypeFromOffset,
+ hourTypes