ko-react-native-sms-user-consent
v1.0.11
Published
This package is the same as the [@eabdullazyanov/react-native-sms-user-consent](https://www.npmjs.com/package/@eabdullazyanov/react-native-sms-user-consent) v1.0.10 package and the verification code has been reduced from 6 digits to 4 digits.
Readme
React Native SMS User Consent
This package is the same as the @eabdullazyanov/react-native-sms-user-consent v1.0.10 package and the verification code has been reduced from 6 digits to 4 digits.
Changes:
src/retrieveVerificationCode.js:
const codeRegExp = new RegExp(`\\d{${codeLength}}`, 'm'); ==>
const codeRegExp = new RegExp(`\\d{${codeLength}}`); src/constants.js:
export const DEFAULT_CODE_LENGTH = 6; ==>
export const DEFAULT_CODE_LENGTH = 4;