0

I had implemented digits in react-native app using this npm package JeanLebrument/react-native-fabric-digits

Here is a link: https://github.com/JeanLebrument/react-native-fabric-digits

It is working fine, but i don't know how to automatic reading OTP send by twitter in my react-native app.

Any one have idea or implemented automatic read digits OTP?

UPDATE: I find solution for android: By adding

<uses-permission android:name="android.permission.RECEIVE_SMS"/> 

to AndroidManifest.xml, it is now automatically reading OTP.

But i didn't find solution in ios yet, It is possible in ios or not?

Bhavesh Jariwala
  • 885
  • 8
  • 27

1 Answers1

-1
I had work on this. I use these technique to implement it.

https://stackoverflow.com/a/20901982/5349267

Community
  • 1
  • 1
Sommm
  • 527
  • 4
  • 22