nativescript-facebook
nativescript-facebook copied to clipboard
Vanilla NativeScript Version
Is it possible to provide a simple demo in Vanilla NativeScript?
Sure. Do you have anything specific you want to see? By the way, if you transpile the typescript files you will have JS files you can analyze. These are generated, so do not expect high readability but...
Ok. I was hoping to see a demo in javascript not type script. The main issue is with the typescript viewModel files that does the extend observable. A plain js version of that would be awesome for both custom and regular login and logout.