react-native-keycloak icon indicating copy to clipboard operation
react-native-keycloak copied to clipboard

Possible to use with expo

Open LuuukDotDev opened this issue 3 years ago • 4 comments
trafficstars

Hi there, is it possible to use this library with expo? I am getting the error: "null is not an object (evaluating '_utils.RNInAppBrowser.isAvailable')" Thanks!

LuuukDotDev avatar Apr 13 '22 05:04 LuuukDotDev

Hi, I've tried to experiment a bit over this topic. It seems like the browser package can be abstracted away.

I haven't yet prepared it as a PR, but you can find a seemingly working example here: https://github.com/TheHatSky/react-native-keycloak/tree/abstract-from-browser-impementation

TheHatSky avatar Apr 25 '22 07:04 TheHatSky

@TheHatSky Hi! Is there any plan to open a PR for this? :)

ahofmeister avatar Aug 18 '22 04:08 ahofmeister

Hi there, is it possible to use this library with expo? I am getting the error: "null is not an object (evaluating '_utils.RNInAppBrowser.isAvailable')" Thanks!

I had the same issue. In my case I skipped "react-native-inappbrowser-reborn" during react-native-keycloak installation . Once I installed it, the issue was solved

poojalivin avatar Oct 21 '22 07:10 poojalivin

is that working for any one who using EXPO

thareekanvarm avatar Dec 22 '22 12:12 thareekanvarm