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

textAlign not work #236

Open
smallnewer opened this issue Mar 25, 2019 · 2 comments
Open

textAlign not work #236

smallnewer opened this issue Mar 25, 2019 · 2 comments
Labels

Comments

@smallnewer
Copy link

Is this a bug report?

yes

Have you read the Contributing Guidelines?

yes

Environment

Environment:
OS: macOS High Sierra 10.13.6
Node: 8.3.0
Yarn: 1.12.3
npm: 5.3.0
Watchman: 4.9.0
Xcode: Xcode 10.1 Build version 10B61
Android Studio: Not Found

Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: Not Found

Target Platform: macos

Steps to Reproduce

code like this

render () {
    return (
        <Text
            style={{marginTop:20,backgroundColor:"red",textAlign:"right"}}>
            {'hello~~'}
        </Text>
    )
}

屏幕快照 2019-03-25 下午6 02 35

@aleclarson aleclarson added the bug label Mar 25, 2019
@aleclarson
Copy link
Collaborator

Bug confirmed. This is fixed by #227!

text-align

@smallnewer
Copy link
Author

App will crash when startup.
I will retry when #227 be published^-^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants