NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

Vanilla NativeScript Version #58

Open leocrawf opened 7 years ago

leocrawf commented 7 years ago

Is it possible to provide a simple demo in Vanilla NativeScript?

angeltsvetkov commented 7 years ago

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...

leocrawf commented 7 years ago

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.