You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Datepicker.tsx file as it is not used anywhere in the project.
Expected Behavior
2 different files are created to handle the datepicker functionality, only one file should be used to handle it
Current Behavior
2 different libraries are used for handling date picking functionality throughout the project. To improve code maintainability and avoid dependency issues, react-native-date-picker should be used consistently across the project, remove the Datepicker.tsx file for the same.
Remove react-native-datepicker from the package.json file.
Remove Datepicker.tsx file
Test the refactored component to ensure functionality is consistent
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
Thank you for contributing to our project! We appreciate your help in improving it.
Issue Description
Remove Datepicker.tsx file as it is not used anywhere in the project.
Expected Behavior
2 different files are created to handle the datepicker functionality, only one file should be used to handle it
Current Behavior
2 different libraries are used for handling date picking functionality throughout the project. To improve code maintainability and avoid dependency issues, react-native-date-picker should be used consistently across the project, remove the Datepicker.tsx file for the same.
Screenshots
NA
Environment
Additional Information
Remove react-native-datepicker from the package.json file.
Remove Datepicker.tsx file
Test the refactored component to ensure functionality is consistent
Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
The text was updated successfully, but these errors were encountered: