We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7616459 commit 8d1b653Copy full SHA for 8d1b653
DatePicker.js
@@ -546,7 +546,7 @@ const FORMATS = {
546
duration: 300,
547
confirmTextIOS: "Done",
548
cancelTextIOS: "Cancel",
549
- iconSource: require('/calendar.png'),
+ iconSource: require('calendar.png'),
550
customStyles: {},
551
titleIOS: "Pick a date",
552
// whether or not show the icon
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@payal_maniyar/react-native_datetimepicker",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Date Time Picker view as a modal",
5
"license": "MIT",
6
"repository": "maniyarpayal/react-native_datetimepicker",
0 commit comments