react-native-datepicker
react-native-datepicker copied to clipboard
how to change font color of button
how can I change to font color of the button from default black? I tried :
style={{ width: '100%', backgroundColor : 'rgb(63,81,181)', color: '#fff', borderRadius: 10, }} customStyles={{ dateInput:{borderWidth: 0 }
}}
need help with htat too