Skip to content
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

Text textAlign 'justify' error #5408

Closed
L3V147H4N opened this issue Jan 19, 2016 · 4 comments
Closed

Text textAlign 'justify' error #5408

L3V147H4N opened this issue Jan 19, 2016 · 4 comments
Labels
Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Help Wanted :octocat: Issues ideal for external contributors. Resolution: Locked This issue was locked by the bot.

Comments

@L3V147H4N
Copy link

textAlign: 'justify', brings up the "Error while updating property 'textAlign' of a view managed by: RCTText. on Android.

@facebook-github-bot
Copy link
Contributor

Hey L3V147H4N, thanks for reporting this issue!

React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.

  • If you don't know how to do something or something is not working as you expect but not sure it's a bug, please ask on StackOverflow with the tag react-native or for more real time interactions, ask on Discord in the #react-native channel.
  • If this is a feature request or a bug that you would like to be fixed, please report it on Product Pains. It has a ranking feature that lets us focus on the most important issues the community is experiencing.
  • We welcome clear issues and PRs that are ready for in-depth discussion. Please provide screenshots where appropriate and always mention the version of React Native you're using. Thank you for your contributions!

@vitalets
Copy link

also got this

@thedgbrt
Copy link

thedgbrt commented Feb 9, 2016

For now I'm doing textAlign: (Platform.OS === 'ios') ? 'justify' : 'left'.
Would be nice if it was automatic or better, if we found a way to implement justify in Android (is that even close to doable?)

@CyberNika
Copy link

i also meet this.

@grabbou grabbou added Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Help Wanted :octocat: Issues ideal for external contributors. labels Apr 24, 2016
@ghost ghost closed this as completed in 02578df Apr 24, 2016
ptmt pushed a commit to ptmt/react-native that referenced this issue May 9, 2016
Summary:Fixes facebook#5408 as per ide and vjeux suggestions here facebook#529 (comment)

Could've been probably done in a single `if` clause, but this is more explicit and leaves potential place for future implementation (if we ever decide to do so)
Closes facebook#7197

Differential Revision: D3217740

Pulled By: vjeux

fb-gh-sync-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
fbshipit-source-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
zebulgar pushed a commit to nightingale/react-native that referenced this issue Jun 18, 2016
Summary:Fixes facebook#5408 as per ide and vjeux suggestions here facebook#529 (comment)

Could've been probably done in a single `if` clause, but this is more explicit and leaves potential place for future implementation (if we ever decide to do so)
Closes facebook#7197

Differential Revision: D3217740

Pulled By: vjeux

fb-gh-sync-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
fbshipit-source-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
samerce pushed a commit to iodine/react-native that referenced this issue Aug 23, 2016
Summary:Fixes facebook#5408 as per ide and vjeux suggestions here facebook#529 (comment)

Could've been probably done in a single `if` clause, but this is more explicit and leaves potential place for future implementation (if we ever decide to do so)
Closes facebook#7197

Differential Revision: D3217740

Pulled By: vjeux

fb-gh-sync-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
fbshipit-source-id: aa08a5c42e43c1abe17b72a424ee96146f2667f6
@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Help Wanted :octocat: Issues ideal for external contributors. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

7 participants