Syed Abuthahir

Results 7 comments of Syed Abuthahir

Can you explain how do what that?

Oh, Sure. I am using laravel as a backend it's returning the object like below ```js { 'email' : 'already exists', 'password' : 'password sholudnot contain your name' } ```...

Currently, informed has [Form Level Validation](https://joepuzzo.github.io/informed/?selectedKind=Validation&selectedStory=Form%20Level%20Validation&full=0&addons=0&stories=1&panelRight=0&addonPanel=REACT_STORYBOOK%2Freadme%2Fpanel) but setting a error to every field individually for large forms ( 10 to 15 fields) will complex, to avoid that scenario if lib...

Thanks, @mientjan. I am also looking into that. I will tell if I figure it out.

This is example code @mientjan. I changed syntax highlight rules to get the correct design. ```js import React, { Component } from 'react'; import { Platform, StyleSheet, Image, Text, View,...

am getting an error from https://github.com/maniac-tech/react-native-expo-read-sms/blob/d4bc4213a2f6f3a2f90f69595a2ec775efd8b644/android/src/main/java/com/reactlibrary/RNExpoReadSmsModule.java#L26 this reactContext but running an example (SDK 51) works fine

I'm planning to build an expense tracker that monitors SMS messages to detect debit or credit transactions. When such a message is received, the user will be notified via a...