-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(Avatar): improve component #3760
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
fix(Avatar): improve component #3760
Conversation
Codecov Report
@@ Coverage Diff @@
## next #3760 +/- ##
==========================================
+ Coverage 79.39% 79.47% +0.07%
==========================================
Files 87 87
Lines 1820 1822 +2
Branches 810 805 -5
==========================================
+ Hits 1445 1448 +3
+ Misses 370 369 -1
Partials 5 5
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@arpitBhalla can we merge it? What are the plan's to create a merge and release this for the users? |
|
Can you add the changes to migration docs? |
✅ Deploy Preview for react-native-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
Yes. https://reactnativeelements.com/migration/migration-v3 this to be more specific |
|
@khushal87 can you update docs in another PR |
Sure, I will do it, this weekend. |
Motivation
Fixes #3742 and other improvements in the Avatar component (issue)
Type of change
How Has This Been Tested?
exampleappChecklist
yarn docs-build-apiAdditional context
renderPlaceholderContentandplaceholderStyleis not relevant anymore because of the change in the implementation of the Avatar component. The previous implementation isn't great. I don't see any use cases for the props as such. Open for suggestions and improvements.