react-native-datepicker
react-native-datepicker copied to clipboard
react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
### Issue I cannot change the color of the confirm button using the custom styles. The color is set under btnTextText. I tried changing the style for that, but it...
### Issue ### Expected Behavior ### Code ```javascript ``` ### Environment 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`: 5. `target platform`: Android | iOS 6....
效果图:显示不全
### Issue Hello, Thanks for the great library but I have a problem with the latest React Native version. The text of the confirm and cancel buttons is not displayed....
### Environment 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`: 5. `target platform`: Android | iOS 6. `operating system`:
### Issue When I change the `format` prop of `DatePicker`, following the MomentJS doc, it results in an Invalid Date. The Moment documentation says we can use `l` or `L`...
Is this package expo eligible
Specify the useNativeDriver option explicitly as false on Animated.timing() as required by warning. Refer to [Animated doc](https://reactnative.dev/docs/animated). Solving this raises another warning. So rename componentWillReceiveProps to componentDidUpdate as neither [componentWillReceiveProps...
### Issue I want to close the modal after 10 seconds for which I tried using onPressCacel which is not working. ### Expected Behavior when you click on the date...
chore: added required field to Animated.timing options to address warning in react-native@^0.62.0