apaajabolehd / react-native-range-datepicker

react native range datepicker inspired by Airbnb
84 stars 53 forks source link

SingleDatepicker shows no button #17

Open kingtross88 opened 6 years ago

kingtross88 commented 6 years ago

Single date shows no confirm button and the props aren't following the color schemes i've applied.

<SingleDatepicker dayHeadings={['S', 'M', 'T', 'W', 'T', 'F', 'S']} maxMonth={12} showClose={true} onClose={() => {}} onSelect={() => {}} showReset={false} showClose={false} selectedBackgroundColor={'green'} selectedTextColor={'white'} buttonColor={'green'} buttonContainerStyle={{marginLeft: 40, marginRight: 40, backgroundColor: 'black'}} todayColor={'orange'} infoStyle={{color: '#fff', fontSize: 13}} infoContainerStyle={{marginRight: 20, paddingHorizontal: 20, paddingVertical: 5, backgroundColor: 'green', borderRadius: 20, alignSelf: 'flex-end'}}/>