-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[TextInput] Border Formatting #4619
Comments
Hey dshalom, 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.
|
Can you provide some screenshots on iOS / Android? Also this might be a good question for Stack Overflow to first confirm whether it's expected behavior or a bug. |
Hi, Ive attached 2 screenshots to show the issue. On Android the styling of the corner radius, the border and border colour are not being applied. |
same problem,android didn't matter,and when I wanted to place a button within the same line,textInput disappered. |
Thanks for the screenshots! It might just not be supported on Android yet. Please see the message from the bot above and vote for it here: https://productpains.com/product/react-native/?tab=top |
On Android the styling of the corner radius, the border and border colour are not being applied. Why? |
Formatting textinput on android is not working for me on android, but it is on iOS.
Im using react-native 0.15.0
Im applying the formatting like this:
fieldFocused: {
height: 40,
alignSelf: 'stretch',
paddingLeft: 10,
paddingRight: 10,
borderWidth: 1,
borderColor: '37ac47',
backgroundColor: 'white'
},
Any ideas?
The text was updated successfully, but these errors were encountered: