getCredentials returns undefined

Hey @tyf , I just tested with example repo and still getting undefined for credentials call

App json has:

  "plugins": [
      [
          "react-native-auth0",
          {
              "domain": "{MY_DOMAIN}"
          }
      ]
    ],

Also there is a file named auth0-configuration.js who includes:

const config = {
  clientId: 'MzkKF5CYh4fwkXmsNfQqP18NWl9eehAg',
  domain: '{MY_DOMAIN}',
};

export default config;

and inside Auth0 Application Details i have callback and logout urls who looks like this:

com.auth0samples://{MY_DOMAIN}/ios/com.auth0samples/callback,
com.auth0samples://{MY_DOMAIN}/android/com.auth0samples/callback

but get credentials keep throw undefined :frowning: also testing on simulator with android studio Pixel 4 API 30 idk if thats matter