react-native-keycloak
react-native-keycloak copied to clipboard
Possible to use with expo
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!
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 Hi! Is there any plan to open a PR for this? :)
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
is that working for any one who using EXPO