rn abstraction of Android SMS Verification API
https://developers.google.com/identity/sms-retriever/overview
npm install react-native-android-sms-verification
import { useSmsRetriver } from 'react-native-android-sms-verification';
const { message, timeout, startListener, stopListener } = useSmsRetriver();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT