vincent
vincent
Hi @akash-int, Can you show me your sample app so that I can check it :)
Hi @akash-int, You should do the validation inside your **designation stateSchemaValidator** like below, **func** returns a boolean, if true error will shown and if not nothing happens. And you can...
Hi @akash-int I updated your sandbox to accomodate your concern, as an Intermitent solution I added a new function **setValidatorSchema** to set a brand new validation schema for your state...
> Ensure you use : ` "@react-native-masked-view/masked-view": "^0.2.5",` in your package.json > > and NOT the `"@react-native-community/masked-view"` This works for me, Thanks a lot! 🥳