Describe the bug
When I am trying to load my react-native app on android I am getting an error on onEvent in initOptions of ReactNativeKeycloakProvider as described below,
AuthError : {"error": [TypeError: Network request failed], "error_description": "Failed to refresh token during callback processing"}
To Reproduce
This is my App.js code
-->
prcAppjs.txt
Expected behavior
I need to log in and navigate to application Dashboard or SampleBlank screen(in my code above) on successful login
Screenshots
Smartphone
Emulator : API Level 28
Android OS
React Native version : "^0.64.1"