yamankatby / react-native-material

Modular and customizable Material Design UI components for React Native
https://rn-material.js.org
MIT License
223 stars 38 forks source link

How to change border color react-native-material/core TextInput? How to change border radius react-native-material/core TextInput? #38

Open ZoHayk opened 2 years ago

ZoHayk commented 2 years ago

I don't understand why they did not add the ability to change the color of the border or the border radius. It's an obvious thing !!!

Screen Shot 2022-06-23 at 19 54 29 Screen Shot 2022-06-23 at 20 03 02
"@react-native-material/core": "^1.3.7",
"react": "18.2.0",
"react-native": "0.68.2",
yamankatby commented 2 years ago

Hello @Hayk-Zohrabyan, Thank you for reporting this issue, I'll try to find some time to add this feature, if you have some time and you would like to help please consider making a PR.

Pika-Pool commented 1 year ago

Is the required changes just adding an additional prop to TextInput, like outlineStyle and adding it to this line? @yamankatby

yamankatby commented 1 year ago

Hi @Pika-Pool, Not sure must take a look 👀

jurisjansons commented 1 year ago

Any updates on this feature?

CristobalUrzua commented 11 months ago

Any updates?