razavistag

Results 1 comments of razavistag

`import ValidationComponent from 'react-native-form-validator'; // you need to import` `class RegisterScreen extends ValidationComponent {} // make sure you change the component to ValidationComponent` ``` _onSubmit() { this.validate({ emailField: {email: true,...