-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Extend Disable Transformation property for Android #2
feat: Extend Disable Transformation property for Android #2
Conversation
Hey, @cristipaval, I noticed a lot of issues while running the sample app and testing this solution. The primary reference was the Expensify project while working on the patch, as I could test it well there. The question is, would you like me to solve this problem here?
I saw in the previous PR of this fork some errors had been fixed, but final changes were made by using patch-package Do you think I should use any PR checklist here? |
Hey @ArekChr! |
Yes, that's right. |
Alright then!
I don't think we have a checklist for this repo. Let's make sure that the PR follows the coding style of the upstream. We're going to open the PR to the upstream repo as well. Let's do our best to get it merged there 🤞 cc @Beamanator since I know you went through this process before. Could you please review our conversation here? 🙏 |
@cristipaval after merging this PR, we need to do some changes in the Expensify app:
|
According to our plan here, let's link our fork in NewDot for now, we don't know how long it takes for the PR to get merged into the upstream repo. So just open a new PR for the NewDot and add the changes mentioned by you above, together with the new rnfs dependency (our fork). I created this issue to watch the PR to the upstream and if it gets merged, we'll open a new PR to the App repo to replace our fork with the upstream repo. |
Details
This Pull Request introduces the new property disableTransformation for an android platform that disables transform in the glide framework and keeps the original size of the resource.
PROPOSAL: Expensify/App#12893 (comment)