@@ -11,26 +11,26 @@ Great for timers, alarms and duration inputs ⏰🕰️⏳
1111
1212Works with Expo and bare React Native apps.
1313
14- - [ Demos 📱] ( #demos- )
15- - [ Peer Dependencies 👶] ( #peer-dependencies- )
16- - [ Installation 🚀] ( #installation- )
17- - [ Examples 😎] ( #examples- )
18- - [ Timer Picker Modal (Dark Mode) 🌚] ( #timer-picker-modal-dark-mode- )
19- - [ Timer Picker Modal (Light Mode) 🌞] ( #timer-picker-modal-light-mode- )
20- - [ Timer Picker with Customisation (Dark Mode) 🌒] ( #timer-picker-with-customisation-dark-mode- )
21- - [ Timer Picker with Customisation (Light Mode) 🌔] ( #timer-picker-with-customisation-light-mode- )
22- - [ Props 💅] ( #props- )
23- - [ TimerPicker ⏲️] ( #timerpicker-️ )
24- - [ Custom Styles 👗] ( #custom-styles- )
25- - [ TimerPickerModal ⏰] ( #timerpickermodal- )
26- - [ Custom Styles 👕] ( #custom-styles--1 )
27- - [ Methods 🔄] ( #methods- )
28- - [ TimerPicker] ( #timerpicker )
29- - [ TimerPickerModal] ( #timerpickermodal )
30- - [ Contributing 🧑🤝🧑] ( #contributing- )
31- - [ Dev Setup] ( #dev-setup )
32- - [ GitHub Guidelines] ( #github-guidelines )
33- - [ License 📝] ( #license- )
14+ - [ Demos 📱] ( #demos- )
15+ - [ Peer Dependencies 👶] ( #peer-dependencies- )
16+ - [ Installation 🚀] ( #installation- )
17+ - [ Examples 😎] ( #examples- )
18+ - [ Timer Picker Modal (Dark Mode) 🌚] ( #timer-picker-modal-dark-mode- )
19+ - [ Timer Picker Modal (Light Mode) 🌞] ( #timer-picker-modal-light-mode- )
20+ - [ Timer Picker with Customisation (Dark Mode) 🌒] ( #timer-picker-with-customisation-dark-mode- )
21+ - [ Timer Picker with Customisation (Light Mode) 🌔] ( #timer-picker-with-customisation-light-mode- )
22+ - [ Props 💅] ( #props- )
23+ - [ TimerPicker ⏲️] ( #timerpicker-️ )
24+ - [ Custom Styles 👗] ( #custom-styles- )
25+ - [ TimerPickerModal ⏰] ( #timerpickermodal- )
26+ - [ Custom Styles 👕] ( #custom-styles--1 )
27+ - [ Methods 🔄] ( #methods- )
28+ - [ TimerPicker] ( #timerpicker )
29+ - [ TimerPickerModal] ( #timerpickermodal )
30+ - [ Contributing 🧑🤝🧑] ( #contributing- )
31+ - [ Dev Setup] ( #dev-setup )
32+ - [ GitHub Guidelines] ( #github-guidelines )
33+ - [ License 📝] ( #license- )
3434
3535<br >
3636
@@ -260,6 +260,16 @@ return (
260260 pickerContainer: {
261261 marginRight: 6 ,
262262 },
263+ pickerItemContainer: {
264+ width: 100
265+ },
266+ pickerLabelContainer: {
267+ right: - 20 ,
268+ top: 0 ,
269+ bottom: 6 ,
270+ width: 40 ,
271+ alignItems: " center" ,
272+ },
263273 }}
264274 / >
265275 < / View>
0 commit comments