10

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

Community
  • 1
  • 1
Waqas Ahmed
  • 1,321
  • 1
  • 14
  • 23

1 Answers1

4

After many searching i have found a good text input component with error showing logic included. Here is the link

enter image description here

Waqas Ahmed
  • 1,321
  • 1
  • 14
  • 23
  • 1
    I 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