-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing timeStamp to timestamp to match ios property name. Fixes #4046 #4627
Conversation
Thanks for the fix! How did you test this? Does anything depend on this being "timeStamp"? |
Why did you choose iOS instead of Android as the canonical one? Looking through the code, it looks like it will work either way except in ImageCropper.android which seems to require it be timeStamp. |
As @dmmiller suggested it's a breaking change. Someone with good knowledge about the product should look into this. Sorry for half baked PR :( |
@msathis 👍 You had good intentions I think you have here is fine. @dmmiller Could you point me to the file containing ImageCropper.android? I can't seem to find anything like that. I feel like using |
The ImageCropper is part of the Ads Manager unfortunately. Have to fix it manually.. |
@facebook-github-bot import |
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/444925209028390/int_phab to review. |
Seems the import failed. Let's try again. |
@facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/444925209028390/int_phab to review. |
ping @mkonicek |
@christopherdro, @msathis, @dmmiller Looks like the web spec uses Should we change the iOS key to |
(y) I vote we go with the web. Let's change iOS. |
@msathis Can you update the PR? |
@satya164 Yes. I will do it today. |
Hey @msathis! Thanks for making the pull request, but we are closing it due to inactivity (80 days with no activity) to make sure all pull requests are either being worked on or closed. If you want to get your proposed changes merged, please rebase your branch with master and send a new pull request :) Based on the comments above, we should change iOS to |
Update: this has now been fixed by @andreicoman11, it's |
Minor correction: we went for |
Fixes #4046