-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cross-platform tint color support #226
Conversation
* add image color support
Merged master and now passes CI |
@DylanVann have you had a chance to give this a look to merge it in? I don't want to have to keep doing merges 😅 |
@DylanVann Any plans to merge this? We also need this functionality |
@DylanVann Can you merge this ? |
@DylanVann Lets merge this Dylan |
@DylanVann When is this scheduled to be merged? |
@DylanVann Any news about this? |
@DylanVann Any news? |
@DylanVann What are the plans to merge this? |
Hey guys do you have any plan to merge this ? |
on iOS, resetting tintColor to null does not work, and instead persists the previously set tintColor. |
if you add
then it works, but I dont like the idea of storing two copies... |
Is this gonna be merged soon ? Really need this 😁 |
One day this will be merged and I will be able to migrate away from the fork 😂 https://www.npmjs.com/package/react-native-fast-image-with-tint-color Edit: although, it looks like this PR adds |
@DylanVann please?) |
@DylanVann can we please merge this? |
Second that 👍 If a merge is not possible, @emilyjbeckers any chances we can hope for an updated version of your fork? v5.3.0 was recently released which addresses some memory issues on iOS (#433) 😇 |
I third that. @DylanVann please! |
@emilyjbeckers, sorry it took so long, thank you! |
@ericvicenti If this was made into a style prop we'd be forced to call https://facebook.github.io/react-native/docs/stylesheet#flatten on each render right? Wouldn't that be worse for performance, or is there another way you know of working it out? |
if this library could be maintained it would help my project considerably. i am a noob so cant help. only been programming 6 mths. but please know ppl use it and it was working amazingly |
@chrisfahy This feature has been merged and released, check the releases page. |
i am having issues with memory pressure and am thinking its with fast image. any ideas for me? or can you recommend another library like this one? cheers for your time |
You could try upgrading, a memory leak was fixed recently. Alternatively:
|
Thank you @DylanVann. will try that this morning. i appreciate the help. |
I needed this for a project that I was working on and it will also resolve this issue #124