Kannan Seeni

Results 7 comments of Kannan Seeni

`import { useValidation } from 'react-native-form-validator'; const { validate, isFieldInError, getErrorsInField, getErrorMessages } = useValidation({ state: { subscriber, mobile, amount }, }); const validationResult = validate({ subscriber: { required: true...

Error message is not showing for subscriber.

` import Bigimage from "../images/bigimage.jpg" const photos = [ { src: '${Bigimage}', width: 4, height: 3 }, { src: 'http://example.com/example/img2.jpg', width: 1, height: 1 } ]; ;` check above code,...