Is it possible to use Digits with Expo?

Hi,

I did not found anything about using Digits together with Expo, since projects I’ve found in Github needs native integration. Is it possible?

Hi-

I think you’ll need to detach/eject in order to use Digits unfortunately. This module, at least, react-native-fabric-digits/ios at master · JeanLebrument/react-native-fabric-digits · GitHub has native code dependencies.

We’ve used Twilio for doing SMS validation and its worked fine, but you’d have to detach to use Digits unfortunately.

Thanks for quick response. I was not considering Twilio. It do the work. But it ia paid and Digits is free. My customer would not like to pay 9 cents each authentication :disappointed:.

I am seeing a lot of people asking for Native modules. Is there any documentation how do you “convert” these components into Expo? Would not be possible community help?