GeekyAnts / GeekyAnts/NativeBase
Input control should show red border if user type wrong string in React Native Windows
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
We are trying to achieve below functionality using Native base Input control:

But somehow Nativebase Input control does not support change of bordercolor on windows. I also tried using FormControl but same results. My requirement is to show Input with red border if user is typing some wrong text on React Native Windows App.
### Problem Statement
Input control should show red border if user type wrong string in React Native Windows
### Proposed Solution or API
For web this Input control has better support for error handling by wrapping it with FormControl. It will be good if it has similar support on Windows as well.

### Alternatives
No alternatives as of today.
### Additional Information
native-base version used "3.4.11"
Contributor guide
Assessment
This issue has not been assessed yet.