About 3rd party native view and add libs to fuse project

Hi there!

I’m looking for right way or examples on implement 3rd party native view and adding android/iOS libraries(.jar/.so/bundle…) to Fuse project.

Already read all description of the examples and documents for finding about implement 3rd party native view in this site, can’t find it yet.

I think one of possible way is to add libraries to native project after Fuse build, but I’d like to know how I add native libs to my Fuse project.

If anyone knows, please tell me how-to.

Thank you.

Sounds like you might be looking for foreign code.

Thanks.