
This is my onLogin command and what it does is it calls checkLogin which simply checks credentials and then navigates to new page if successful. This piece of code works perfectly on IOS and it navigates to the new page upon verifying the accessToken after pressing login and entering correct login info.
However, on Android the same code catches an error at line 54 after pressing login and entering correct login info.

My callbacks are configured correctly and all.
That error raises when you ask for authentication and you don't get it back, probably because the user "closed" the authentication screen. Please check that you've followed the configuration steps described in the readme.
Oh man, silly mistake on my behalf. I had forgotten to include the line "android:launchMode="singleTask" in my manifest. Thanks for the super quick reply!
Most helpful comment
Oh man, silly mistake on my behalf. I had forgotten to include the line "android:launchMode="singleTask" in my manifest. Thanks for the super quick reply!