-
Notifications
You must be signed in to change notification settings - Fork 24.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
Support styles (borderX) for <Text /> on IOS #23537
Comments
Thanks for the repro steps, we were able to reproduce the issue 👍 While the docs state that the For completeness sake, the proper solution would be to add these props to a wrapper view, which does work as expected: |
Actually, we were looking at the wrong code–we should have been looking at these styles. So theoretically the docs are correct, in that they are presumed to all work, but in practice it seems like somebody needs to make a decision on wether or not these styles will truly have to be supported on If you [or others] feel strongly about this then a PR would be much appreciated, otherwise we’ll leave it sit for now. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Thank you Sir You are GENIUS and I am fine to learn more here it’s Powerful
tool I support The team Always
Le jeu. 1 août 2019 à 20:53, David undefined <[email protected]> a
écrit :
… Up
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23537?email_source=notifications&email_token=AI2ZKSF3LO7354MS2DVONALQCOARTA5CNFSM4GYPLJOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3MIPCA#issuecomment-517506952>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI2ZKSAEWUE3ZIY2NSBILYLQCOARTANCNFSM4GYPLJOA>
.
|
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
any progress ? |
Ran into this issue today. Adding a |
More than three years and this hasn't been fixed yet... |
bump, still not working |
As a workaround you can render a |
🐛 Bug Report
IOS don't support next styles for
<Text/>
component!To Reproduce
Expected Behavior
Full style props (
borderLeftX,borderTopX, ...
) support like Android!Code Example
Example: https://snack.expo.io/@retyui/test-borders
IOS example:
Android
Environment
The text was updated successfully, but these errors were encountered: