-
-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
Description
Plugin: https://github.com/sitefinitysteve/nativescript-auth0
Something changed in 2.0 where it seems a tns android replaces the NativeScriptActivity.java and NativeScriptApplication.java files every time...
I have no idea how to implement this plugin reliably, and what's this folder now?
Issue 2 outside of that is I have a BroadcastReciever which is where this auth0 activity shoots it's data.
https://github.com/sitefinitysteve/nativescript-auth0/blob/master/plugin/platforms/android/NativeScriptActivity.java#L100
But how to I get that data from there into here
https://github.com/sitefinitysteve/nativescript-auth0/blob/master/plugin/index.android.js#L13
To return the promise?