How to add expo modules to bare react native app in NX workspace?
I have a NX workspace which includes both bare react native app and a expo react native app, I want to release the bare react native app, I have expo version to test IOS. Currently, I am trying to do authentication using Keycloak, the package I’m using is react-native-keycloak which in background uses react-native-inappbrowser, the in app browser reborn does not seem to work in the expo version, alternatively I want to try to use expo-auth-session and expo-web-browser to instead call keycloak API to do authentication but currently I’m unable to get any of the expo modules to work in the bare react native app, I did create a new react native app without the NX workspace and followed the Expo documentation which worked, but I am just unable to get the same steps to work in a NX workspace.