roto93 / react-native-neat-date-picker

An easy to use date picker for react native.
MIT License
50 stars 29 forks source link

Icon visual bug #33

Open aqmalmansor opened 3 months ago

aqmalmansor commented 3 months ago

Why does the calendar display these icons instead of left and right chevrons?

Screenshot 2024-03-12 at 9 21 52 AM

Version

    "react-native": "0.73.2",
    "react-native-neat-date-picker": "^1.4.12",
aqmalmansor commented 3 months ago

After checking the code, I found that this package is dependent on "react-native-vector-icons": "^8.1.0"

Is it possible to add custom icon prop for all the available icons?