Shailesh
Shailesh
.aab created a different hash key in my case.
> I have weird issue. Otp detect work on builds (apk) but fails on bundles (aab) > > @faizalshap .aab created a different hash key in my case.
created a hook- ``` export function useOtpAutofetchHandler() { const [autoFetchedOTP, setAutofetchedOTP] = useState('') const getHash = () => { if (Platform.OS === 'android') { RNOtpVerify.getHash().then(undefined).catch(undefined) } } const startListeningForOtp =...
version - "react-native-otp-verify": "^1.0.5",
Okay @sudeshvs will try & let you know
@sudeshvs tried didn’t worked
@faizalshap its working fine inside some of the devices & failing in some of them, the issue explained above is from user's device,will try to find identical phone & share...