Closed
Description
Hello Friend.
thanks for the library.
I was a little confused ... because I am implementing and via the browser the link localhost: 8080 / auth of the keycloak I can access ...
however if I try to do this through my emulator of the android app .. it does not access the page .. what is the problem?
my keycloak.js is
`
import { RNKeycloak } from '@react-keycloak/native';
// Setup Keycloak instance as needed
// Pass initialization options as required
const keycloak = new RNKeycloak({
realm: "XXXXX",
url: "http://localhost:8080/auth",
clientId: 'ui',
});
export default keycloak;`