How to validate phone with React-Native sms

Asked

Viewed 734 times

1

In the app I’m working on after logging in by facebook the user needs to fill in his data, including his phone, but I need to confirm the user’s phone by sms before allowing him to save the data

The user would be in the same form as accountkit but the user is already logged in

Is there any way to do that?

1 answer

0


You should use services such as https://www.twilio.com/sms. In case, you generate a code, send by SMS to the number and the user must confirm.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.