Skip to content

Commit 8d1b653

Browse files
fix minor bug
1 parent 7616459 commit 8d1b653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DatePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ const FORMATS = {
546546
duration: 300,
547547
confirmTextIOS: "Done",
548548
cancelTextIOS: "Cancel",
549-
iconSource: require('/calendar.png'),
549+
iconSource: require('calendar.png'),
550550
customStyles: {},
551551
titleIOS: "Pick a date",
552552
// whether or not show the icon

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@payal_maniyar/react-native_datetimepicker",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Date Time Picker view as a modal",
55
"license": "MIT",
66
"repository": "maniyarpayal/react-native_datetimepicker",

0 commit comments

Comments
 (0)