You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importRNFormHelpersfrom"./react-native-form-helpers";import{validationDictionary}from"./dictionary.js";// location of your dictionary fileexportconstvalidationService=RNFormHelpers({dictionary: validationDictionary});
Step 4:
Import into your form and utilize the built-in methods. See below tutorial or sample app for more details.