chore: Add comments explaining the existence of NativeDatePickerAndroid#33159
chore: Add comments explaining the existence of NativeDatePickerAndroid#33159gabrieldonadel wants to merge 1 commit into
Conversation
|
check #32176 (comment) |
Base commit: 3c958a8 |
Base commit: 3c958a8 |
Ohhh got it, @lunaleaps is that still the case? And if so should we add some comment to that file to prevent other people from trying to delete it? |
|
I believe so... yes a comment clarifying that would be helpful! |
8341bfa to
27f6290
Compare
Hi @lunaleaps, I've just added a comment to that file for clarification, please let me know if that text is ok or if I should change it for something else. Thanks! |
|
@lunaleaps has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
This pull request was successfully merged by @gabrieldonadel in e139ef0. When will my fix make it into a release? | Upcoming Releases |
…id (facebook#33159) Summary: This PR adds comments explaining the reason why the `NativeDatePickerAndroid.js` file was kept when removing `DatePickerAndroid`(facebook@7a77052 ) in order to prevent people from trying to delete it, as this file has no references in the Github repo ## Changelog [Internal] [Added] - Add comments explaining the existence of NativeDatePickerAndroid Pull Request resolved: facebook#33159 Test Plan: Ensure builds are still working correctly, although this just adds a comment Reviewed By: cortinico Differential Revision: D34487638 Pulled By: lunaleaps fbshipit-source-id: 42cb7331e98d69ff2f69f19bfbb2e65c063120f7
Summary
This PR adds comments explaining the reason why the
NativeDatePickerAndroid.jsfile was kept when removingDatePickerAndroid(7a77052 ) in order to prevent people from trying to delete it, as this file has no references in the Github repoChangelog
[Internal] [Added] - Add comments explaining the existence of NativeDatePickerAndroid
Test Plan
Ensure builds are still working correctly, although this just adds a comment