-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: TextInput border being cut out #2786
Conversation
Hey @brunohkbx, thank you for your pull request 🤗. The documentation from this branch can be viewed here. |
624778b
to
8ef6f14
Compare
The mobile version of example app from this branch is ready! You can see it here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that fix @brunohkbx 🎉 , left one small nit.
8ef6f14
to
fb2e2f2
Compare
How can I move that label to right side? Is their any method to do that |
Can you provide the solution(code) because I am still facing the issue
|
@zoobibackups which version are you using? |
Probably that fix is not released yet, let's try to install the library from the |
Summary
Following up #2678.
useTheme
doesn't work in the componentLabelBackground
when you pass a custom theme to the TextInput as in the example below:The solution was to pass the prop
roundness
along under thelabelProps
Test plan