hey team, is it possible to use descope for react ...
# ask-a-descoper
f
hey team, is it possible to use descope for react native? i tried what was mentioned in web client doc and it didn’t work. if it supports react native, does anyone have a sample app to refer?
f
Hi Lal, what does not work from the webjs-sdk documentation here - https://docs.descope.com/build/guides/client_sdks/oauth/
f
Social Login
f
Let me DM you and I can help you debug on a zoom
f
Okay
a
Hi Lal! We are working on a mobile solution that will also work with react native and flows (and the login screens), will let you know once done. In case of using the sdk directly, we will check and let you know if can be done with react native directly.
👍 2
g
another approach that might work will be to use the core-js-sdk package for that it exposes JS functions on top of Descope API. the code is open source, w’ell update on that manner as well
👍 1
here is a simple example for using descope core-js sdk in react native https://github.com/asafshen/react-native-descope-core-sample it is clearly very basic, just to see that the api works well