-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex format? #81
Comments
any update on this one? facing the same issue |
same issue |
Hi i done some research and found out javaScript has Regular Expressions Which are basically if this Regex format is not working for you. `const LocalSms = () => { const [sms, setSms] = useState([]); useEffect(() => { useFocusEffect( async function requestSmsPermission() { const filter = { const read = () => { function validate(body) { return ( |
Is there any particular format in which we must write the regex expression? Because whenever I put bodyRegex, I get an empty array as response.
The text was updated successfully, but these errors were encountered: