Is there any sample project have frequency used 3rd party sdk in jsb architecture?

As every programmer’s know,to integration 3rd party sdk in our application is very egg pain…
And that work is more awful in jsb architecture
Because we need to “link” oc/java and javascript together with C++.
of course that will be harder in android platform,duel to the configuration problems by adding 3rd party sdk…you know,some chinese platform’s sdk did not write that well…

so,I am wondering,is there a sample project that already embedded those frequency used sdk?
such as
iap,gamecenter,fb,tw,alipay,paypal…

and we could use javascipt to call the sdk’s functions directly?
no bonding work is needed?

i found a iap project based on jsb in github.
and is there more?