f-23 / react-native-passkey

Passkeys for React Native
MIT License
121 stars 25 forks source link

Expo support #4

Closed EricBorland closed 1 year ago

EricBorland commented 1 year ago

Hi there,

First of all, thank you very much for developing this in such a short time since APIs are released, it definitely has a long life to live!

I was trying it today on an expo-based app and I had issues directly after installing the library. Of course, I didn't do the pod install since it's an Expo Go managed project, this is the error I got:

Screen Shot 2022-12-21 at 17 29 52

Would that be added in the near future?

Thanks.

Eric.

f-23 commented 1 year ago

Hi Eric!

Unfortunately Expo Go doesn't support the usage of native modules that are not already included in the Expo SDK (custom native code), so there is no way for me to add support for it in this project.

Your best options would probably be to either use development builds or switch to a bare workflow with expo prebuild. You can read more about it here.

I'm gonna close this issue but feel free to reach out if you encounter any other problems!

armanmamyan commented 3 months ago

@f-23 do you have any updates on whether or not the symbiosis with Expo GO is possible now?