how to show error message on some text input in react native like described in following link for android. Show error tip on edittext in android
Asked
Active
Viewed 3.5k times
10
-
Well, this would require a good amount of effort which SO is not made for. Just a tip, wrap your TextInput with an *absolute* View inside a wrapper View. – Eldelshell Feb 01 '17 at 19:30
-
please write answer if you have found the solution yourself. – AwaisMajeed Feb 16 '18 at 05:54
-
you can use `underlineColorAndroid` to change input line color to red in case of error – Mher Jun 10 '18 at 13:16
-
Here is what i need a component with error showing logic https://github.com/n4kz/react-native-material-textfield – Waqas Ahmed Jun 12 '18 at 01:12
1 Answers
4
After many searching i have found a good text input component with error showing logic included. Here is the link

Waqas Ahmed
- 1,321
- 1
- 14
- 23
-
1I m using this library but don't know how to use it empty validation can u pls suggest ? – Chandni Nov 03 '18 at 14:48
-
you can use https://validatejs.org/ to validate or use Redux Form (https://redux-form.com) with it. It's very easy to implement. – Waqas Ahmed Nov 05 '18 at 06:19